Html Css Color HEX #76E3BC Downy

📋 copy color: '#76E3BC'

red 118 ◦ green 227 ◦ blue 188

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

Shades of Downy #76E3BC

Tints of Downy #76E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.59%

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

R = 22.14%
G = 42.59%
B = 35.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#76E3BC (or 0x76E3BC) is known color: Downy. HEX triplet: 76, E3 and BC. RGB value is (118,227,188). Sum of RGB (Red+Green+Blue) = 118+227+188=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E3BC is #891C43. Grayscale: #BEBEBE. Windows color (decimal): -8985668 or 12378998. OLE color: 12378998.

HSL color Cylindrical-coordinate representation of color #76E3BC: hue angle of 158.53º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E3BC is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 227 188 -
CMYK 0.48 0 0.17 0.11
HSL 158.53º 0.66% 0.68% -
HSV(B) 158.53º 0.48% 0.89% -
XYZ 44.02 62.42 57.31 -
YUV 189.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 118 227 188 0.48 0 0.17 0.11 158.53 0.66 0.68
Hex 76 E3 BC 30 0 11 B 9F 42 44
Octal 166 343 274 60 0 21 13 237 102 104
Binary 1110110 11100011 10111100 110000 0 10001 1011 10011111 1000010 1000100

Color Harmonies of #76E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E3BC

Black with #76E3BC

Text Example


Text Example

White with #76E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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