#76E4CA

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

Shades of Riptide #76E4CA

Tints of Riptide #76E4CA

Color information

#76E4CA (or 0x76E4CA) is unknown color: approx Riptide. HEX triplet: 76, E4 and CA. RGB value is (118,228,202). Sum of RGB (Red+Green+Blue) = 118+228+202=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #76E4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E4CA is #891B35. Grayscale: #C0C0C0. Windows color (decimal): -8985398 or 13296758. OLE color: 13296758.

HSL color Cylindrical-coordinate representation of color #76E4CA: hue angle of 165.82º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E4CA is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB118228202-
CMYK0.4800.110.11
HSL165.82º67.07%67.84%-
HSV(B)165.82º48.25%89.41%-
XYZ45.8863.665.74-
YUV192.15133.5675.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.53%
GREEN value IS 228 (89.45% from 255) = 41.61%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=21.53%
G=41.61%
B=36.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182282020.4800.110.11165.8267.0767.84
Hex76E4CA300BBa64344
Octal1663443126001313246103104
Binary111011011100100110010101100000101110111010011010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,228,202); }

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

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

 a { background-color: rgb(118,228,202); }

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

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

 span { border-color: rgb(118,228,202); }

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