Html Css Color HEX #76CBCB Downy

📋 copy color: '#76CBCB'

red 118 ◦ green 203 ◦ blue 203

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

Shades of Downy #76CBCB

Tints of Downy #76CBCB

RGB

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

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

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

R = 22.52%
G = 38.74%
B = 38.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76CBCB (or 0x76CBCB) is known color: Downy. HEX triplet: 76, CB and CB. RGB value is (118,203,203). Sum of RGB (Red+Green+Blue) = 118+203+203=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #76CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBCB is #893434. Grayscale: #B1B1B1. Windows color (decimal): -8991797 or 13355894. OLE color: 13355894.

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

Color convert

RGB 118 203 203 -
CMYK 0.42 0 0 0.20
HSL 180º 0.45% 0.63% -
HSV(B) 180º 0.42% 0.8% -
XYZ 39.61 50.88 64.23 -
YUV 177.59 142.34 85.5 -
System Red Green Blue C M Y K H S L
Decimal 118 203 203 0.42 0 0 0.20 180 0.45 0.63
Hex 76 CB CB 2A 0 0 14 B4 2D 3F
Octal 166 313 313 52 0 0 24 264 55 77
Binary 1110110 11001011 11001011 101010 0 0 10100 10110100 101101 111111

Color Harmonies of #76CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBCB

Black with #76CBCB

Text Example


Text Example

White with #76CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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