#74D0C9

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

Shades of Downy #74D0C9

Tints of Downy #74D0C9

Color information

#74D0C9 (or 0x74D0C9) is unknown color: approx Downy. HEX triplet: 74, D0 and C9. RGB value is (116,208,201). Sum of RGB (Red+Green+Blue) = 116+208+201=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #74D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0C9 is #8B2F36. Grayscale: #B3B3B3. Windows color (decimal): -9121591 or 13226100. OLE color: 13226100.

HSL color Cylindrical-coordinate representation of color #74D0C9: hue angle of 175.43º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D0C9 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB116208201-
CMYK0.4400.030.18
HSL175.43º49.46%63.53%-
HSV(B)175.43º44.23%81.57%-
XYZ40.353.0463.37-
YUV179.69140.0282.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.10%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=22.10%
G=39.62%
B=38.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162082010.4400.030.18175.4349.4663.53
Hex74D0C92C0312af3140
Octal16432031154032225761100
Binary1110100110100001100100110110001110010101011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,208,201); }

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

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

 a { background-color: rgb(116,208,201); }

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

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

 span { border-color: rgb(116,208,201); }

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