Html Css Color HEX #76EABA Downy

📋 copy color: '#76EABA'

red 118 ◦ green 234 ◦ blue 186

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

Shades of Downy #76EABA

Tints of Downy #76EABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 21.93%
G = 43.49%
B = 34.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#76EABA (or 0x76EABA) is known color: Downy. HEX triplet: 76, EA and BA. RGB value is (118,234,186). Sum of RGB (Red+Green+Blue) = 118+234+186=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #76EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EABA is #891545. Grayscale: #C1C1C1. Windows color (decimal): -8983878 or 12249718. OLE color: 12249718.

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

Color convert

RGB 118 234 186 -
CMYK 0.50 0 0.21 0.08
HSL 155.17º 0.73% 0.69% -
HSV(B) 155.17º 0.5% 0.92% -
XYZ 45.76 66.24 56.83 -
YUV 193.84 123.57 73.9 -
System Red Green Blue C M Y K H S L
Decimal 118 234 186 0.50 0 0.21 0.08 155.17 0.73 0.69
Hex 76 EA BA 32 0 15 8 9B 49 45
Octal 166 352 272 62 0 25 10 233 111 105
Binary 1110110 11101010 10111010 110010 0 10101 1000 10011011 1001001 1000101

Color Harmonies of #76EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EABA

Black with #76EABA

Text Example


Text Example

White with #76EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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