#74D6B3

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

Shades of Downy #74D6B3

Tints of Downy #74D6B3

Color information

#74D6B3 (or 0x74D6B3) is unknown color: approx Downy. HEX triplet: 74, D6 and B3. RGB value is (116,214,179). Sum of RGB (Red+Green+Blue) = 116+214+179=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6B3 is #8B294C. Grayscale: #B4B4B4. Windows color (decimal): -9120077 or 11785844. OLE color: 11785844.

HSL color Cylindrical-coordinate representation of color #74D6B3: hue angle of 158.57º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6B3 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB116214179-
CMYK0.4600.160.16
HSL158.57º54.44%64.71%-
HSV(B)158.57º45.79%83.92%-
XYZ39.3955.0651.2-
YUV180.71127.0381.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=22.79%
G=42.04%
B=35.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162141790.4600.160.16158.5754.4464.71
Hex74D6B32E010109f3641
Octal164326263560202023766101
Binary1110100110101101011001110111001000010000100111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,179); }

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

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

 a { background-color: rgb(116,214,179); }

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

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

 span { border-color: rgb(116,214,179); }

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