Html Css Color HEX #76ECB6 Downy

📋 copy color: '#76ECB6'

red 118 ◦ green 236 ◦ blue 182

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

Shades of Downy #76ECB6

Tints of Downy #76ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.03%

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 22.01%
G = 44.03%
B = 33.96%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#76ECB6 (or 0x76ECB6) is known color: Downy. HEX triplet: 76, EC and B6. RGB value is (118,236,182). Sum of RGB (Red+Green+Blue) = 118+236+182=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECB6 is #891349. Grayscale: #C2C2C2. Windows color (decimal): -8983370 or 11988086. OLE color: 11988086.

HSL color Cylindrical-coordinate representation of color #76ECB6: hue angle of 152.54º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECB6 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 182 -
CMYK 0.5 0 0.23 0.07
HSL 152.54º 0.76% 0.69% -
HSV(B) 152.54º 0.5% 0.93% -
XYZ 45.91 67.22 54.81 -
YUV 194.56 120.91 73.39 -
System Red Green Blue C M Y K H S L
Decimal 118 236 182 0.5 0 0.23 0.07 152.54 0.76 0.69
Hex 76 EC B6 32 0 17 7 99 4C 45
Octal 166 354 266 62 0 27 7 231 114 105
Binary 1110110 11101100 10110110 110010 0 10111 111 10011001 1001100 1000101

Color Harmonies of #76ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECB6

Black with #76ECB6

Text Example


Text Example

White with #76ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,236,182); }

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

background-color css

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

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

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

border-color css

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

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

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