#77E4CF

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

Shades of Riptide #77E4CF

Tints of Riptide #77E4CF

Color information

#77E4CF (or 0x77E4CF) is unknown color: approx Riptide. HEX triplet: 77, E4 and CF. RGB value is (119,228,207). Sum of RGB (Red+Green+Blue) = 119+228+207=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #77E4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E4CF is #881B30. Grayscale: #C0C0C0. Windows color (decimal): -8919857 or 13624439. OLE color: 13624439.

HSL color Cylindrical-coordinate representation of color #77E4CF: hue angle of 168.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E4CF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB119228207-
CMYK0.4800.090.11
HSL168.44º66.87%68.04%-
HSV(B)168.44º47.81%89.41%-
XYZ46.6163.9168.91-
YUV193.02135.8975.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.48%
GREEN value IS 228 (89.45% from 255) = 41.16%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=21.48%
G=41.16%
B=37.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1192282070.4800.090.11168.4466.8768.04
Hex77E4CF3009Ba84344
Octal1673443176001113250103104
Binary111011111100100110011111100000100110111010100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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