Html Css Color HEX #76DDBF Downy

📋 copy color: '#76DDBF'

red 118 ◦ green 221 ◦ blue 191

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

Shades of Downy #76DDBF

Tints of Downy #76DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 22.26%
G = 41.7%
B = 36.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#76DDBF (or 0x76DDBF) is known color: Downy. HEX triplet: 76, DD and BF. RGB value is (118,221,191). Sum of RGB (Red+Green+Blue) = 118+221+191=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDBF is #892240. Grayscale: #BABABA. Windows color (decimal): -8987201 or 12574070. OLE color: 12574070.

HSL color Cylindrical-coordinate representation of color #76DDBF: hue angle of 162.52º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDBF is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 191 -
CMYK 0.47 0 0.14 0.13
HSL 162.52º 0.6% 0.66% -
HSV(B) 162.52º 0.47% 0.87% -
XYZ 42.73 59.33 58.49 -
YUV 186.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 118 221 191 0.47 0 0.14 0.13 162.52 0.6 0.66
Hex 76 DD BF 2F 0 E D A3 3C 42
Octal 166 335 277 57 0 16 15 243 74 102
Binary 1110110 11011101 10111111 101111 0 1110 1101 10100011 111100 1000010

Color Harmonies of #76DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDBF

Black with #76DDBF

Text Example


Text Example

White with #76DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,191); }

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

background-color css

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

 a { background-color: rgb(118,221,191); }

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

border-color css

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

 span { border-color: rgb(118,221,191); }

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