#76E0D5

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

Shades of Riptide #76E0D5

Tints of Riptide #76E0D5

Color information

#76E0D5 (or 0x76E0D5) is unknown color: approx Riptide. HEX triplet: 76, E0 and D5. RGB value is (118,224,213). Sum of RGB (Red+Green+Blue) = 118+224+213=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #76E0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E0D5 is #891F2A. Grayscale: #BEBEBE. Windows color (decimal): -8986411 or 14016630. OLE color: 14016630.

HSL color Cylindrical-coordinate representation of color #76E0D5: hue angle of 173.77º degrees, saturation: 0.63, 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 #76E0D5 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB118224213-
CMYK0.4700.050.12
HSL173.77º63.1%67.06%-
HSV(B)173.77º47.32%87.84%-
XYZ46.1461.9772.48-
YUV191.05140.3875.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.26%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=21.26%
G=40.36%
B=38.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182242130.4700.050.12173.7763.167.06
Hex76E0D52F05Cae3f43
Octal16634032557051425677103
Binary1110110111000001101010110111101011100101011101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,224,213); }

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

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

 a { background-color: rgb(118,224,213); }

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

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

 span { border-color: rgb(118,224,213); }

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