Html Css Color HEX #76EABC Downy

📋 copy color: '#76EABC'

red 118 ◦ green 234 ◦ blue 188

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

Shades of Downy #76EABC

Tints of Downy #76EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 21.85%
G = 43.33%
B = 34.81%

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

#76EABC (or 0x76EABC) is known color: Downy. HEX triplet: 76, EA and BC. RGB value is (118,234,188). Sum of RGB (Red+Green+Blue) = 118+234+188=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #76EABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EABC is #891543. Grayscale: #C2C2C2. Windows color (decimal): -8983876 or 12380790. OLE color: 12380790.

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

Color convert

RGB 118 234 188 -
CMYK 0.50 0 0.20 0.08
HSL 156.21º 0.73% 0.69% -
HSV(B) 156.21º 0.5% 0.92% -
XYZ 45.97 66.33 57.96 -
YUV 194.07 124.57 73.74 -
System Red Green Blue C M Y K H S L
Decimal 118 234 188 0.50 0 0.20 0.08 156.21 0.73 0.69
Hex 76 EA BC 32 0 14 8 9C 49 45
Octal 166 352 274 62 0 24 10 234 111 105
Binary 1110110 11101010 10111100 110010 0 10100 1000 10011100 1001001 1000101

Color Harmonies of #76EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EABC

Black with #76EABC

Text Example


Text Example

White with #76EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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