#77E1D0

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

Shades of Riptide #77E1D0

Tints of Riptide #77E1D0

Color information

#77E1D0 (or 0x77E1D0) is unknown color: approx Riptide. HEX triplet: 77, E1 and D0. RGB value is (119,225,208). Sum of RGB (Red+Green+Blue) = 119+225+208=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1D0 is #881E2F. Grayscale: #BFBFBF. Windows color (decimal): -8920624 or 13689207. OLE color: 13689207.

HSL color Cylindrical-coordinate representation of color #77E1D0: hue angle of 170.38º 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 #77E1D0 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB119225208-
CMYK0.4700.080.12
HSL170.38º63.86%67.45%-
HSV(B)170.38º47.11%88.24%-
XYZ45.9262.3369.28-
YUV191.37137.3876.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.56%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=21.56%
G=40.76%
B=37.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192252080.4700.080.12170.3863.8667.45
Hex77E1D02F08Caa4043
Octal1673413205701014252100103
Binary111011111100001110100001011110100011001010101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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