#74D3C8

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

Shades of Downy #74D3C8

Tints of Downy #74D3C8

Color information

#74D3C8 (or 0x74D3C8) is unknown color: approx Downy. HEX triplet: 74, D3 and C8. RGB value is (116,211,200). Sum of RGB (Red+Green+Blue) = 116+211+200=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3C8 is #8B2C37. Grayscale: #B5B5B5. Windows color (decimal): -9120824 or 13161332. OLE color: 13161332.

HSL color Cylindrical-coordinate representation of color #74D3C8: hue angle of 173.05º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D3C8 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB116211200-
CMYK0.4500.050.17
HSL173.05º51.91%64.12%-
HSV(B)173.05º45.02%82.75%-
XYZ40.9254.4763-
YUV181.34138.5381.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.01%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=22.01%
G=40.04%
B=37.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162112000.4500.050.17173.0551.9164.12
Hex74D3C82D0511ad3440
Octal16432331055052125564100
Binary11101001101001111001000101101010110001101011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,211,200); }

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

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

 a { background-color: rgb(116,211,200); }

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

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

 span { border-color: rgb(116,211,200); }

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