Html Css Color HEX #76DDBE Downy

📋 copy color: '#76DDBE'

red 118 ◦ green 221 ◦ blue 190

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

Shades of Downy #76DDBE

Tints of Downy #76DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 22.31%
G = 41.78%
B = 35.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#76DDBE (or 0x76DDBE) is known color: Downy. HEX triplet: 76, DD and BE. RGB value is (118,221,190). Sum of RGB (Red+Green+Blue) = 118+221+190=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDBE is #892241. Grayscale: #BABABA. Windows color (decimal): -8987202 or 12508534. OLE color: 12508534.

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

Color convert

RGB 118 221 190 -
CMYK 0.47 0 0.14 0.13
HSL 161.94º 0.6% 0.66% -
HSV(B) 161.94º 0.47% 0.87% -
XYZ 42.62 59.28 57.91 -
YUV 186.67 129.88 79.02 -
System Red Green Blue C M Y K H S L
Decimal 118 221 190 0.47 0 0.14 0.13 161.94 0.6 0.66
Hex 76 DD BE 2F 0 E D A2 3C 42
Octal 166 335 276 57 0 16 15 242 74 102
Binary 1110110 11011101 10111110 101111 0 1110 1101 10100010 111100 1000010

Color Harmonies of #76DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDBE

Black with #76DDBE

Text Example


Text Example

White with #76DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,190); }

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

background-color css

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

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

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

border-color css

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

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

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