Html Css Color HEX #76C5CB Spray

📋 copy color: '#76C5CB'

red 118 ◦ green 197 ◦ blue 203

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

Shades of Spray #76C5CB

Tints of Spray #76C5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

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

R = 22.78%
G = 38.03%
B = 39.19%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76C5CB (or 0x76C5CB) is known color: Spray. HEX triplet: 76, C5 and CB. RGB value is (118,197,203). Sum of RGB (Red+Green+Blue) = 118+197+203=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #76C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5CB is #893A34. Grayscale: #ADADAD. Windows color (decimal): -8993333 or 13354358. OLE color: 13354358.

HSL color Cylindrical-coordinate representation of color #76C5CB: hue angle of 184.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76C5CB is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 197 203 -
CMYK 0.42 0.03 0 0.20
HSL 184.24º 0.45% 0.63% -
HSV(B) 184.24º 0.42% 0.8% -
XYZ 38.22 48.1 63.77 -
YUV 174.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 118 197 203 0.42 0.03 0 0.20 184.24 0.45 0.63
Hex 76 C5 CB 2A 3 0 14 B8 2D 3F
Octal 166 305 313 52 3 0 24 270 55 77
Binary 1110110 11000101 11001011 101010 11 0 10100 10111000 101101 111111

Color Harmonies of #76C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C5CB

Black with #76C5CB

Text Example


Text Example

White with #76C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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