#77ddcc

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

Shades of Riptide #77DDCC

Tints of Riptide #77DDCC

Color information

#77DDCC (or 0x77DDCC) is unknown color: approx Riptide. HEX triplet: 77, DD and CC. RGB value is (119,221,204). Sum of RGB (Red+Green+Blue) = 119+221+204=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDCC is #882233. Grayscale: #BCBCBC. Windows color (decimal): -8921652 or 13426039. OLE color: 13426039.

HSL color Cylindrical-coordinate representation of color #77DDCC: hue angle of 170º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDCC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB119221204-
CMYK0.4600.080.13
HSL170º60%66.67%-
HSV(B)170º46.15%86.67%-
XYZ44.3659.9966.37-
YUV188.56136.7178.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.88%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=21.88%
G=40.62%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192212040.4600.080.131706066.67
Hex77DDCC2E08Daa3c43
Octal167335314560101525274103
Binary11101111101110111001100101110010001101101010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ddcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,221,204); }

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

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

 a { background-color: rgb(119,221,204); }

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

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

 span { border-color: rgb(119,221,204); }

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