Html Css Color HEX #76E6B5 Downy

📋 copy color: '#76E6B5'

red 118 ◦ green 230 ◦ blue 181

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

Shades of Downy #76E6B5

Tints of Downy #76E6B5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.48%

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 22.31%
G = 43.48%
B = 34.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#76E6B5 (or 0x76E6B5) is known color: Downy. HEX triplet: 76, E6 and B5. RGB value is (118,230,181). Sum of RGB (Red+Green+Blue) = 118+230+181=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6B5 is #89194A. Grayscale: #BFBFBF. Windows color (decimal): -8984907 or 11921014. OLE color: 11921014.

HSL color Cylindrical-coordinate representation of color #76E6B5: hue angle of 153.75º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6B5 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 230 181 -
CMYK 0.49 0 0.21 0.10
HSL 153.75º 0.69% 0.68% -
HSV(B) 153.75º 0.49% 0.9% -
XYZ 44.11 63.78 53.7 -
YUV 190.93 122.39 75.98 -
System Red Green Blue C M Y K H S L
Decimal 118 230 181 0.49 0 0.21 0.10 153.75 0.69 0.68
Hex 76 E6 B5 31 0 15 A 9A 45 44
Octal 166 346 265 61 0 25 12 232 105 104
Binary 1110110 11100110 10110101 110001 0 10101 1010 10011010 1000101 1000100

Color Harmonies of #76E6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E6B5

Black with #76E6B5

Text Example


Text Example

White with #76E6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,230,181); }

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

background-color css

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

 a { background-color: rgb(118,230,181); }

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

border-color css

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

 span { border-color: rgb(118,230,181); }

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