#7FD7CE

Color #7FD7CE Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7FD7CE

Tints of Riptide #7FD7CE

Color information

#7FD7CE (or 0x7FD7CE) is unknown color: approx Riptide. HEX triplet: 7F, D7 and CE. RGB value is (127,215,206). Sum of RGB (Red+Green+Blue) = 127+215+206=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD7CE is #802831. Grayscale: #BBBBBB. Windows color (decimal): -8398898 or 13555583. OLE color: 13555583.

HSL color Cylindrical-coordinate representation of color #7FD7CE: hue angle of 173.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD7CE is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB127215206-
CMYK0.4100.040.16
HSL173.86º52.38%67.06%-
HSV(B)173.86º40.93%84.31%-
XYZ44.1957.5767.18-
YUV187.66138.3584.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 215 (84.38% from 255) = 39.23%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=23.18%
G=39.23%
B=37.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272152060.4100.040.16173.8652.3867.06
Hex7FD7CE290410ae3443
Octal17732731651042025664103
Binary11111111101011111001110101001010010000101011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD7CE; }

 p { color: rgb(127,215,206); }

 H1.HeaderClassName
 {
   color: #7FD7CE;
 }
 .AnyTagClassName
 {
   color: #7FD7CE;
 }
</style>
background-color css

<style>
 a { background-color: #7FD7CE; }

 a { background-color: rgb(127,215,206); }

 div.DivClassName
 {
   background-color: #7FD7CE;
 }
 .BgClassName
 {
   background-color: #7FD7CE;
 }
</style>
border-color css

<style>
 span { border-color: #7FD7CE; }

 span { border-color: rgb(127,215,206); }

 td.TdClassName
 {
   border-color: #7FD7CE;
 }
 .TagClassName
 {
   border-color: #7FD7CE;
 }
</style>