Html Css Color HEX #76CDB9 Downy

📋 copy color: '#76CDB9'

red 118 ◦ green 205 ◦ blue 185

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

Shades of Downy #76CDB9

Tints of Downy #76CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 23.23%
G = 40.35%
B = 36.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#76CDB9 (or 0x76CDB9) is known color: Downy. HEX triplet: 76, CD and B9. RGB value is (118,205,185). Sum of RGB (Red+Green+Blue) = 118+205+185=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDB9 is #893246. Grayscale: #B0B0B0. Windows color (decimal): -8991303 or 12176758. OLE color: 12176758.

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

Color convert

RGB 118 205 185 -
CMYK 0.42 0 0.10 0.20
HSL 166.21º 0.47% 0.63% -
HSV(B) 166.21º 0.42% 0.8% -
XYZ 38.06 51.02 53.74 -
YUV 176.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 118 205 185 0.42 0 0.10 0.20 166.21 0.47 0.63
Hex 76 CD B9 2A 0 A 14 A6 2F 3F
Octal 166 315 271 52 0 12 24 246 57 77
Binary 1110110 11001101 10111001 101010 0 1010 10100 10100110 101111 111111

Color Harmonies of #76CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDB9

Black with #76CDB9

Text Example


Text Example

White with #76CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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