#74D3C0

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

Shades of Downy #74D3C0

Tints of Downy #74D3C0

Color information

#74D3C0 (or 0x74D3C0) is unknown color: approx Downy. HEX triplet: 74, D3 and C0. RGB value is (116,211,192). Sum of RGB (Red+Green+Blue) = 116+211+192=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3C0 is #8B2C3F. Grayscale: #B4B4B4. Windows color (decimal): -9120832 or 12637044. OLE color: 12637044.

HSL color Cylindrical-coordinate representation of color #74D3C0: hue angle of 168º 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 #74D3C0 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB116211192-
CMYK0.4500.090.17
HSL168º51.91%64.12%-
HSV(B)168º45.02%82.75%-
XYZ40.0154.1158.2-
YUV180.43134.5382.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 211 (82.81% from 255) = 40.66%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=22.35%
G=40.66%
B=36.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162111920.4500.090.1716851.9164.12
Hex74D3C02D0911a83440
Octal164323300550112125064100
Binary111010011010011110000001011010100110001101010001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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