#74D8CD

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

Shades of Downy #74D8CD

Tints of Downy #74D8CD

Color information

#74D8CD (or 0x74D8CD) is unknown color: approx Downy. HEX triplet: 74, D8 and CD. RGB value is (116,216,205). Sum of RGB (Red+Green+Blue) = 116+216+205=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D8CD is #8B2732. Grayscale: #B8B8B8. Windows color (decimal): -9119539 or 13490292. OLE color: 13490292.

HSL color Cylindrical-coordinate representation of color #74D8CD: hue angle of 173.4º 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 #74D8CD is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB116216205-
CMYK0.4600.050.15
HSL173.4º56.18%65.1%-
HSV(B)173.4º46.3%84.71%-
XYZ42.7857.2366.55-
YUV184.85139.3778.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.60%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=21.60%
G=40.22%
B=38.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162162050.4600.050.15173.456.1865.1
Hex74D8CD2E05Fad3841
Octal16433031556051725570101
Binary1110100110110001100110110111001011111101011011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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