Html Css Color HEX #76DBCB Downy

📋 copy color: '#76DBCB'

red 118 ◦ green 219 ◦ blue 203

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

Shades of Downy #76DBCB

Tints of Downy #76DBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

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

R = 21.85%
G = 40.56%
B = 37.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#76DBCB (or 0x76DBCB) is known color: Downy. HEX triplet: 76, DB and CB. RGB value is (118,219,203). Sum of RGB (Red+Green+Blue) = 118+219+203=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBCB is #892434. Grayscale: #BABABA. Windows color (decimal): -8987701 or 13359990. OLE color: 13359990.

HSL color Cylindrical-coordinate representation of color #76DBCB: hue angle of 170.5º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBCB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 203 -
CMYK 0.46 0 0.07 0.14
HSL 170.5º 0.58% 0.66% -
HSV(B) 170.5º 0.46% 0.86% -
XYZ 43.58 58.83 65.56 -
YUV 186.98 137.04 78.8 -
System Red Green Blue C M Y K H S L
Decimal 118 219 203 0.46 0 0.07 0.14 170.5 0.58 0.66
Hex 76 DB CB 2E 0 7 E AA 3A 42
Octal 166 333 313 56 0 7 16 252 72 102
Binary 1110110 11011011 11001011 101110 0 111 1110 10101010 111010 1000010

Color Harmonies of #76DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBCB

Black with #76DBCB

Text Example


Text Example

White with #76DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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