#74DEB7

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

Shades of Downy #74DEB7

Tints of Downy #74DEB7

Color information

#74DEB7 (or 0x74DEB7) is unknown color: approx Downy. HEX triplet: 74, DE and B7. RGB value is (116,222,183). Sum of RGB (Red+Green+Blue) = 116+222+183=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEB7 is #8B2148. Grayscale: #B9B9B9. Windows color (decimal): -9118025 or 12050036. OLE color: 12050036.

HSL color Cylindrical-coordinate representation of color #74DEB7: hue angle of 157.92º degrees, saturation: 0.62, 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 #74DEB7 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB116222183-
CMYK0.4800.180.13
HSL157.92º61.63%66.27%-
HSV(B)157.92º47.75%87.06%-
XYZ41.8759.3754.05-
YUV185.86126.3878.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.26%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=22.26%
G=42.61%
B=35.12%

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
Decimal1162221830.4800.180.13157.9261.6366.27
Hex74DEB730012D9e3e42
Octal164336267600221523676102
Binary111010011011110101101111100000100101101100111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,183); }

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

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

 a { background-color: rgb(116,222,183); }

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

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

 span { border-color: rgb(116,222,183); }

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