#74DDB6

Color #74DDB6 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #74DDB6

Tints of Downy #74DDB6

Color information

#74DDB6 (or 0x74DDB6) is unknown color: approx Downy. HEX triplet: 74, DD and B6. RGB value is (116,221,182). Sum of RGB (Red+Green+Blue) = 116+221+182=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDB6 is #8B2249. Grayscale: #B9B9B9. Windows color (decimal): -9118282 or 11984244. OLE color: 11984244.

HSL color Cylindrical-coordinate representation of color #74DDB6: hue angle of 157.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DDB6 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB116221182-
CMYK0.4800.180.13
HSL157.71º60.69%66.08%-
HSV(B)157.71º47.51%86.67%-
XYZ41.558.853.42-
YUV185.16126.2178.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=22.35%
G=42.58%
B=35.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211820.4800.180.13157.7160.6966.08
Hex74DDB630012D9e3d42
Octal164335266600221523675102
Binary111010011011101101101101100000100101101100111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74DDB6; }

 p { color: rgb(116,221,182); }

 H1.HeaderClassName
 {
   color: #74DDB6;
 }
 .AnyTagClassName
 {
   color: #74DDB6;
 }
</style>
background-color css

<style>
 a { background-color: #74DDB6; }

 a { background-color: rgb(116,221,182); }

 div.DivClassName
 {
   background-color: #74DDB6;
 }
 .BgClassName
 {
   background-color: #74DDB6;
 }
</style>
border-color css

<style>
 span { border-color: #74DDB6; }

 span { border-color: rgb(116,221,182); }

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