#74D4DC

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

Shades of Spray #74D4DC

Tints of Spray #74D4DC

Color information

#74D4DC (or 0x74D4DC) is unknown color: approx Spray. HEX triplet: 74, D4 and DC. RGB value is (116,212,220). Sum of RGB (Red+Green+Blue) = 116+212+220=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #74D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D4DC is #8B2B23. Grayscale: #B8B8B8. Windows color (decimal): -9120548 or 14472308. OLE color: 14472308.

HSL color Cylindrical-coordinate representation of color #74D4DC: hue angle of 184.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D4DC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116212220-
CMYK0.470.0400.14
HSL184.62º59.77%65.88%-
HSV(B)184.62º47.27%86.27%-
XYZ43.6655.9776.21-
YUV184.21148.279.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.17%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=21.17%
G=38.69%
B=40.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162122200.470.0400.14184.6259.7765.88
Hex74D4DC2F40Eb93c42
Octal16432433457401627174102
Binary1110100110101001101110010111110001110101110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,212,220); }

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

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

 a { background-color: rgb(116,212,220); }

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

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

 span { border-color: rgb(116,212,220); }

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