#77E3CF

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

Shades of Riptide #77E3CF

Tints of Riptide #77E3CF

Color information

#77E3CF (or 0x77E3CF) is unknown color: approx Riptide. HEX triplet: 77, E3 and CF. RGB value is (119,227,207). Sum of RGB (Red+Green+Blue) = 119+227+207=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #77E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E3CF is #881C30. Grayscale: #C0C0C0. Windows color (decimal): -8920113 or 13624183. OLE color: 13624183.

HSL color Cylindrical-coordinate representation of color #77E3CF: hue angle of 168.89º degrees, saturation: 0.66, 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 #77E3CF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB119227207-
CMYK0.4800.090.11
HSL168.89º65.85%67.84%-
HSV(B)168.89º47.58%89.02%-
XYZ46.3463.3768.82-
YUV192.43136.2275.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.52%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=21.52%
G=41.05%
B=37.43%

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
Decimal1192272070.4800.090.11168.8965.8567.84
Hex77E3CF3009Ba94244
Octal1673433176001113251102104
Binary111011111100011110011111100000100110111010100110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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