#76DECD

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

Shades of Riptide #76DECD

Tints of Riptide #76DECD

Color information

#76DECD (or 0x76DECD) is unknown color: approx Riptide. HEX triplet: 76, DE and CD. RGB value is (118,222,205). Sum of RGB (Red+Green+Blue) = 118+222+205=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #76DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DECD is #892132. Grayscale: #BCBCBC. Windows color (decimal): -8986931 or 13491830. OLE color: 13491830.

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

Color convert

RGB118222205-
CMYK0.4700.080.13
HSL170.19º61.18%66.67%-
HSV(B)170.19º46.85%87.06%-
XYZ44.6160.567.08-
YUV188.97137.0477.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.65%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=21.65%
G=40.73%
B=37.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182222050.4700.080.13170.1961.1866.67
Hex76DECD2F08Daa3d43
Octal166336315570101525275103
Binary11101101101111011001101101111010001101101010101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,205); }

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

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

 a { background-color: rgb(118,222,205); }

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

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

 span { border-color: rgb(118,222,205); }

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