#76DDD2

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

Shades of Riptide #76DDD2

Tints of Riptide #76DDD2

Color information

#76DDD2 (or 0x76DDD2) is unknown color: approx Riptide. HEX triplet: 76, DD and D2. RGB value is (118,221,210). Sum of RGB (Red+Green+Blue) = 118+221+210=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDD2 is #89222D. Grayscale: #BCBCBC. Windows color (decimal): -8987182 or 13819254. OLE color: 13819254.

HSL color Cylindrical-coordinate representation of color #76DDD2: hue angle of 173.59º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDD2 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB118221210-
CMYK0.4700.050.13
HSL173.59º60.23%66.47%-
HSV(B)173.59º46.61%86.67%-
XYZ44.9660.2270.23-
YUV188.95139.8877.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 210 (82.42% from 255) = 38.25%
R=21.49%
G=40.26%
B=38.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182212100.4700.050.13173.5960.2366.47
Hex76DDD22F05Dae3c42
Octal16633532257051525674102
Binary1110110110111011101001010111101011101101011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76DDD2; }

 p { color: rgb(118,221,210); }

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

<style>
 a { background-color: #76DDD2; }

 a { background-color: rgb(118,221,210); }

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

<style>
 span { border-color: #76DDD2; }

 span { border-color: rgb(118,221,210); }

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