Html Css Color HEX #76C5CD Spray

📋 copy color: '#76C5CD'

red 118 ◦ green 197 ◦ blue 205

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

Shades of Spray #76C5CD

Tints of Spray #76C5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 22.69%
G = 37.88%
B = 39.42%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76C5CD (or 0x76C5CD) is known color: Spray. HEX triplet: 76, C5 and CD. RGB value is (118,197,205). Sum of RGB (Red+Green+Blue) = 118+197+205=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #76C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5CD is #893A32. Grayscale: #AEAEAE. Windows color (decimal): -8993331 or 13485430. OLE color: 13485430.

HSL color Cylindrical-coordinate representation of color #76C5CD: hue angle of 185.52º degrees, saturation: 0.47, 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 #76C5CD is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 197 205 -
CMYK 0.42 0.04 0 0.20
HSL 185.52º 0.47% 0.63% -
HSV(B) 185.52º 0.42% 0.8% -
XYZ 38.46 48.19 65.03 -
YUV 174.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 118 197 205 0.42 0.04 0 0.20 185.52 0.47 0.63
Hex 76 C5 CD 2A 4 0 14 BA 2F 3F
Octal 166 305 315 52 4 0 24 272 57 77
Binary 1110110 11000101 11001101 101010 100 0 10100 10111010 101111 111111

Color Harmonies of #76C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C5CD

Black with #76C5CD

Text Example


Text Example

White with #76C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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