#74DBC0

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

Shades of Downy #74DBC0

Tints of Downy #74DBC0

Color information

#74DBC0 (or 0x74DBC0) is unknown color: approx Downy. HEX triplet: 74, DB and C0. RGB value is (116,219,192). Sum of RGB (Red+Green+Blue) = 116+219+192=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBC0 is #8B243F. Grayscale: #B9B9B9. Windows color (decimal): -9118784 or 12639092. OLE color: 12639092.

HSL color Cylindrical-coordinate representation of color #74DBC0: hue angle of 164.27º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBC0 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB116219192-
CMYK0.4700.120.14
HSL164.27º58.86%65.69%-
HSV(B)164.27º47.03%85.88%-
XYZ42.0558.1858.88-
YUV185.12131.8878.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.01%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=22.01%
G=41.56%
B=36.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162191920.4700.120.14164.2758.8665.69
Hex74DBC02F0CEa43b42
Octal164333300570141624473102
Binary11101001101101111000000101111011001110101001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,219,192); }

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

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

 a { background-color: rgb(116,219,192); }

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

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

 span { border-color: rgb(116,219,192); }

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