Html Css Color HEX #76EBBF Downy

📋 copy color: '#76EBBF'

red 118 ◦ green 235 ◦ blue 191

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

Shades of Downy #76EBBF

Tints of Downy #76EBBF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

 BLUE value IS 191 (75% from 255) = 35.11%

R = 21.69%
G = 43.2%
B = 35.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#76EBBF (or 0x76EBBF) is known color: Downy. HEX triplet: 76, EB and BF. RGB value is (118,235,191). Sum of RGB (Red+Green+Blue) = 118+235+191=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBBF is #891440. Grayscale: #C3C3C3. Windows color (decimal): -8983617 or 12577654. OLE color: 12577654.

HSL color Cylindrical-coordinate representation of color #76EBBF: hue angle of 157.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBBF is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 235 191 -
CMYK 0.50 0 0.19 0.08
HSL 157.44º 0.75% 0.69% -
HSV(B) 157.44º 0.5% 0.92% -
XYZ 46.58 67.03 59.77 -
YUV 195 125.74 73.08 -
System Red Green Blue C M Y K H S L
Decimal 118 235 191 0.50 0 0.19 0.08 157.44 0.75 0.69
Hex 76 EB BF 32 0 13 8 9D 4B 45
Octal 166 353 277 62 0 23 10 235 113 105
Binary 1110110 11101011 10111111 110010 0 10011 1000 10011101 1001011 1000101

Color Harmonies of #76EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EBBF

Black with #76EBBF

Text Example


Text Example

White with #76EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,235,191); }

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

background-color css

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

 a { background-color: rgb(118,235,191); }

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

border-color css

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

 span { border-color: rgb(118,235,191); }

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