#74D9D2

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

Shades of Downy #74D9D2

Tints of Downy #74D9D2

Color information

#74D9D2 (or 0x74D9D2) is unknown color: approx Downy. HEX triplet: 74, D9 and D2. RGB value is (116,217,210). Sum of RGB (Red+Green+Blue) = 116+217+210=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D9D2 is #8B262D. Grayscale: #B9B9B9. Windows color (decimal): -9119278 or 13818228. OLE color: 13818228.

HSL color Cylindrical-coordinate representation of color #74D9D2: hue angle of 175.84º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D9D2 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB116217210-
CMYK0.4700.030.15
HSL175.84º57.06%65.29%-
HSV(B)175.84º46.54%85.1%-
XYZ43.6557.9969.87-
YUV186141.5478.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.36%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 210 (82.42% from 255) = 38.67%
R=21.36%
G=39.96%
B=38.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162172100.4700.030.15175.8457.0665.29
Hex74D9D22F03Fb03941
Octal16433132257031726071101
Binary111010011011001110100101011110111111101100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,210); }

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

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

 a { background-color: rgb(116,217,210); }

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

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

 span { border-color: rgb(116,217,210); }

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