Html Css Color HEX #76DEBD Downy

📋 copy color: '#76DEBD'

red 118 ◦ green 222 ◦ blue 189

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

Shades of Downy #76DEBD

Tints of Downy #76DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 22.31%
G = 41.97%
B = 35.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#76DEBD (or 0x76DEBD) is known color: Downy. HEX triplet: 76, DE and BD. RGB value is (118,222,189). Sum of RGB (Red+Green+Blue) = 118+222+189=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEBD is #892142. Grayscale: #BBBBBB. Windows color (decimal): -8986947 or 12443254. OLE color: 12443254.

HSL color Cylindrical-coordinate representation of color #76DEBD: hue angle of 160.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEBD is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 222 189 -
CMYK 0.47 0 0.15 0.13
HSL 160.96º 0.61% 0.67% -
HSV(B) 160.96º 0.47% 0.87% -
XYZ 42.78 59.77 57.43 -
YUV 187.14 129.04 78.68 -
System Red Green Blue C M Y K H S L
Decimal 118 222 189 0.47 0 0.15 0.13 160.96 0.61 0.67
Hex 76 DE BD 2F 0 F D A1 3D 43
Octal 166 336 275 57 0 17 15 241 75 103
Binary 1110110 11011110 10111101 101111 0 1111 1101 10100001 111101 1000011

Color Harmonies of #76DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DEBD

Black with #76DEBD

Text Example


Text Example

White with #76DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,222,189); }

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

background-color css

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

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

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

border-color css

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

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

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