#77D9CF

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

Shades of Riptide #77D9CF

Tints of Riptide #77D9CF

Color information

#77D9CF (or 0x77D9CF) is unknown color: approx Riptide. HEX triplet: 77, D9 and CF. RGB value is (119,217,207). Sum of RGB (Red+Green+Blue) = 119+217+207=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #77D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9CF is #882630. Grayscale: #BABABA. Windows color (decimal): -8922673 or 13621623. OLE color: 13621623.

HSL color Cylindrical-coordinate representation of color #77D9CF: hue angle of 173.88º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D9CF is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB119217207-
CMYK0.4500.050.15
HSL173.88º56.32%65.88%-
HSV(B)173.88º45.16%85.1%-
XYZ43.6858.0567.93-
YUV186.56139.5379.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.92%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=21.92%
G=39.96%
B=38.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192172070.4500.050.15173.8856.3265.88
Hex77D9CF2D05Fae3842
Octal16733131755051725670102
Binary1110111110110011100111110110101011111101011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D9CF; }

 p { color: rgb(119,217,207); }

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

<style>
 a { background-color: #77D9CF; }

 a { background-color: rgb(119,217,207); }

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

<style>
 span { border-color: #77D9CF; }

 span { border-color: rgb(119,217,207); }

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