Html Css Color HEX #76CEB9 Downy

📋 copy color: '#76CEB9'

red 118 ◦ green 206 ◦ blue 185

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

Shades of Downy #76CEB9

Tints of Downy #76CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 23.18%
G = 40.47%
B = 36.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#76CEB9 (or 0x76CEB9) is known color: Downy. HEX triplet: 76, CE and B9. RGB value is (118,206,185). Sum of RGB (Red+Green+Blue) = 118+206+185=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEB9 is #893146. Grayscale: #B1B1B1. Windows color (decimal): -8991047 or 12177014. OLE color: 12177014.

HSL color Cylindrical-coordinate representation of color #76CEB9: hue angle of 165.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEB9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 185 -
CMYK 0.43 0 0.10 0.19
HSL 165.68º 0.47% 0.64% -
HSV(B) 165.68º 0.43% 0.81% -
XYZ 38.3 51.5 53.82 -
YUV 177.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 118 206 185 0.43 0 0.10 0.19 165.68 0.47 0.64
Hex 76 CE B9 2B 0 A 13 A6 2F 40
Octal 166 316 271 53 0 12 23 246 57 100
Binary 1110110 11001110 10111001 101011 0 1010 10011 10100110 101111 1000000

Color Harmonies of #76CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEB9

Black with #76CEB9

Text Example


Text Example

White with #76CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,185); }

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

background-color css

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

 a { background-color: rgb(118,206,185); }

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

border-color css

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

 span { border-color: rgb(118,206,185); }

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