#74DFC9

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

Shades of Downy #74DFC9

Tints of Downy #74DFC9

Color information

#74DFC9 (or 0x74DFC9) is unknown color: approx Downy. HEX triplet: 74, DF and C9. RGB value is (116,223,201). Sum of RGB (Red+Green+Blue) = 116+223+201=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFC9 is #8B2036. Grayscale: #BCBCBC. Windows color (decimal): -9117751 or 13229940. OLE color: 13229940.

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

Color convert

RGB116223201-
CMYK0.4800.100.13
HSL167.66º62.57%66.47%-
HSV(B)167.66º47.98%87.45%-
XYZ44.1360.7164.65-
YUV188.5135.0576.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.48%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=21.48%
G=41.30%
B=37.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162232010.4800.100.13167.6662.5766.47
Hex74DFC9300ADa83f42
Octal164337311600121525077102
Binary11101001101111111001001110000010101101101010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,223,201); }

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

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

 a { background-color: rgb(116,223,201); }

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

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

 span { border-color: rgb(116,223,201); }

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