Html Css Color HEX #76CCCC Spray

📋 copy color: '#76CCCC'

red 118 ◦ green 204 ◦ blue 204

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

Shades of Spray #76CCCC

Tints of Spray #76CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 22.43%
G = 38.78%
B = 38.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#76CCCC (or 0x76CCCC) is known color: Spray. HEX triplet: 76, CC and CC. RGB value is (118,204,204). Sum of RGB (Red+Green+Blue) = 118+204+204=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #76CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCCC is #893333. Grayscale: #B2B2B2. Windows color (decimal): -8991540 or 13421686. OLE color: 13421686.

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

Color convert

RGB 118 204 204 -
CMYK 0.42 0 0 0.2
HSL 180º 0.46% 0.63% -
HSV(B) 180º 0.42% 0.8% -
XYZ 39.96 51.4 64.94 -
YUV 178.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 118 204 204 0.42 0 0 0.2 180 0.46 0.63
Hex 76 CC CC 2A 0 0 14 B4 2E 3F
Octal 166 314 314 52 0 0 24 264 56 77
Binary 1110110 11001100 11001100 101010 0 0 10100 10110100 101110 111111

Color Harmonies of #76CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCCC

Black with #76CCCC

Text Example


Text Example

White with #76CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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