Html Css Color HEX #76E5CB Riptide

📋 copy color: '#76E5CB'

red 118 ◦ green 229 ◦ blue 203

#76E5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #76E5CB

Tints of Riptide #76E5CB

RGB

 RED value IS 118 (46.48% from 255) = 21.45%

 GREEN value IS 229 (89.84% from 255) = 41.64%

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 21.45%
G = 41.64%
B = 36.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#76E5CB (or 0x76E5CB) is known color: Riptide. HEX triplet: 76, E5 and CB. RGB value is (118,229,203). Sum of RGB (Red+Green+Blue) = 118+229+203=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E5CB is #891A34. Grayscale: #C0C0C0. Windows color (decimal): -8985141 or 13362550. OLE color: 13362550.

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

Color convert

RGB 118 229 203 -
CMYK 0.48 0 0.11 0.10
HSL 165.95º 0.68% 0.68% -
HSV(B) 165.95º 0.48% 0.9% -
XYZ 46.27 64.2 66.45 -
YUV 192.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 118 229 203 0.48 0 0.11 0.10 165.95 0.68 0.68
Hex 76 E5 CB 30 0 B A A6 44 44
Octal 166 345 313 60 0 13 12 246 104 104
Binary 1110110 11100101 11001011 110000 0 1011 1010 10100110 1000100 1000100

Color Harmonies of #76E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E5CB

Black with #76E5CB

Text Example


Text Example

White with #76E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,229,203); }

 H1.HeaderClassName
 {
   color: #76E5CB;
 }
 .AnyTagClassName
 {
   color: #76E5CB;
 }
</style>

background-color css

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

 a { background-color: rgb(118,229,203); }

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

border-color css

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

 span { border-color: rgb(118,229,203); }

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