#77E1D3

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

Shades of Riptide #77E1D3

Tints of Riptide #77E1D3

Color information

#77E1D3 (or 0x77E1D3) is unknown color: approx Riptide. HEX triplet: 77, E1 and D3. RGB value is (119,225,211). Sum of RGB (Red+Green+Blue) = 119+225+211=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1D3 is #881E2C. Grayscale: #BFBFBF. Windows color (decimal): -8920621 or 13885815. OLE color: 13885815.

HSL color Cylindrical-coordinate representation of color #77E1D3: hue angle of 172.08º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E1D3 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB119225211-
CMYK0.4700.060.12
HSL172.08º63.86%67.45%-
HSV(B)172.08º47.11%88.24%-
XYZ46.2962.4871.25-
YUV191.71138.8876.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=21.44%
G=40.54%
B=38.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192252110.4700.060.12172.0863.8667.45
Hex77E1D32F06Cac4043
Octal167341323570614254100103
Binary11101111110000111010011101111011011001010110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,225,211); }

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

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

 a { background-color: rgb(119,225,211); }

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

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

 span { border-color: rgb(119,225,211); }

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