#76DFD2

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

Shades of Riptide #76DFD2

Tints of Riptide #76DFD2

Color information

#76DFD2 (or 0x76DFD2) is unknown color: approx Riptide. HEX triplet: 76, DF and D2. RGB value is (118,223,210). Sum of RGB (Red+Green+Blue) = 118+223+210=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFD2 is #89202D. Grayscale: #BEBEBE. Windows color (decimal): -8986670 or 13819766. OLE color: 13819766.

HSL color Cylindrical-coordinate representation of color #76DFD2: hue angle of 172.57º degrees, saturation: 0.62, 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 #76DFD2 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB118223210-
CMYK0.4700.060.13
HSL172.57º62.13%66.86%-
HSV(B)172.57º47.09%87.45%-
XYZ45.4961.2870.4-
YUV190.12139.2176.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.42%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=21.42%
G=40.47%
B=38.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182232100.4700.060.13172.5762.1366.86
Hex76DFD22F06Dad3e43
Octal16633732257061525576103
Binary1110110110111111101001010111101101101101011011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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