Html Css Color HEX #76C9CD Spray

📋 copy color: '#76C9CD'

red 118 ◦ green 201 ◦ blue 205

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

Shades of Spray #76C9CD

Tints of Spray #76C9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 22.52%
G = 38.36%
B = 39.12%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76C9CD (or 0x76C9CD) is known color: Spray. HEX triplet: 76, C9 and CD. RGB value is (118,201,205). Sum of RGB (Red+Green+Blue) = 118+201+205=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #76C9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C9CD is #893632. Grayscale: #B0B0B0. Windows color (decimal): -8992307 or 13486454. OLE color: 13486454.

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

Color convert

RGB 118 201 205 -
CMYK 0.42 0.02 0 0.20
HSL 182.76º 0.47% 0.63% -
HSV(B) 182.76º 0.42% 0.8% -
XYZ 39.38 50.03 65.34 -
YUV 176.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 118 201 205 0.42 0.02 0 0.20 182.76 0.47 0.63
Hex 76 C9 CD 2A 2 0 14 B7 2F 3F
Octal 166 311 315 52 2 0 24 267 57 77
Binary 1110110 11001001 11001101 101010 10 0 10100 10110111 101111 111111

Color Harmonies of #76C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9CD

Black with #76C9CD

Text Example


Text Example

White with #76C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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