Html Css Color HEX #76CBCC Spray

📋 copy color: '#76CBCC'

red 118 ◦ green 203 ◦ blue 204

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

Shades of Spray #76CBCC

Tints of Spray #76CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.67%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 22.48%
G = 38.67%
B = 38.86%

CMYK

 C value IS 0.42

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#76CBCC (or 0x76CBCC) is known color: Spray. HEX triplet: 76, CB and CC. RGB value is (118,203,204). Sum of RGB (Red+Green+Blue) = 118+203+204=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #76CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBCC is #893433. Grayscale: #B1B1B1. Windows color (decimal): -8991796 or 13421430. OLE color: 13421430.

HSL color Cylindrical-coordinate representation of color #76CBCC: hue angle of 180.7º degrees, saturation: 0.46, 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 #76CBCC is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 203 204 -
CMYK 0.42 0.00 0 0.2
HSL 180.7º 0.46% 0.63% -
HSV(B) 180.7º 0.42% 0.8% -
XYZ 39.73 50.92 64.86 -
YUV 177.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 118 203 204 0.42 0.00 0 0.2 180.7 0.46 0.63
Hex 76 CB CC 2A 0 0 14 B5 2E 3F
Octal 166 313 314 52 0 0 24 265 56 77
Binary 1110110 11001011 11001100 101010 0 0 10100 10110101 101110 111111

Color Harmonies of #76CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBCC

Black with #76CBCC

Text Example


Text Example

White with #76CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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