#74D8C5

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

Shades of Downy #74D8C5

Tints of Downy #74D8C5

Color information

#74D8C5 (or 0x74D8C5) is unknown color: approx Downy. HEX triplet: 74, D8 and C5. RGB value is (116,216,197). Sum of RGB (Red+Green+Blue) = 116+216+197=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D8C5 is #8B273A. Grayscale: #B7B7B7. Windows color (decimal): -9119547 or 12966004. OLE color: 12966004.

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

Color convert

RGB116216197-
CMYK0.4600.090.15
HSL168.6º56.18%65.1%-
HSV(B)168.6º46.3%84.71%-
XYZ41.8456.8661.59-
YUV183.93135.3779.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.93%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 197 (77.34% from 255) = 37.24%
R=21.93%
G=40.83%
B=37.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162161970.4600.090.15168.656.1865.1
Hex74D8C52E09Fa93841
Octal164330305560111725170101
Binary11101001101100011000101101110010011111101010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,216,197); }

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

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

 a { background-color: rgb(116,216,197); }

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

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

 span { border-color: rgb(116,216,197); }

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