Html Css Color HEX #76EABB Downy

📋 copy color: '#76EABB'

red 118 ◦ green 234 ◦ blue 187

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

Shades of Downy #76EABB

Tints of Downy #76EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 21.89%
G = 43.41%
B = 34.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#76EABB (or 0x76EABB) is known color: Downy. HEX triplet: 76, EA and BB. RGB value is (118,234,187). Sum of RGB (Red+Green+Blue) = 118+234+187=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #76EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EABB is #891544. Grayscale: #C2C2C2. Windows color (decimal): -8983877 or 12315254. OLE color: 12315254.

HSL color Cylindrical-coordinate representation of color #76EABB: hue angle of 155.69º degrees, saturation: 0.73, 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 #76EABB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 187 -
CMYK 0.50 0 0.20 0.08
HSL 155.69º 0.73% 0.69% -
HSV(B) 155.69º 0.5% 0.92% -
XYZ 45.86 66.29 57.39 -
YUV 193.96 124.07 73.82 -
System Red Green Blue C M Y K H S L
Decimal 118 234 187 0.50 0 0.20 0.08 155.69 0.73 0.69
Hex 76 EA BB 32 0 14 8 9C 49 45
Octal 166 352 273 62 0 24 10 234 111 105
Binary 1110110 11101010 10111011 110010 0 10100 1000 10011100 1001001 1000101

Color Harmonies of #76EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EABB

Black with #76EABB

Text Example


Text Example

White with #76EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,234,187); }

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

background-color css

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

 a { background-color: rgb(118,234,187); }

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

border-color css

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

 span { border-color: rgb(118,234,187); }

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