#74D0D4

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

Shades of Spray #74D0D4

Tints of Spray #74D0D4

Color information

#74D0D4 (or 0x74D0D4) is unknown color: approx Spray. HEX triplet: 74, D0 and D4. RGB value is (116,208,212). Sum of RGB (Red+Green+Blue) = 116+208+212=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #74D0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0D4 is #8B2F2B. Grayscale: #B4B4B4. Windows color (decimal): -9121580 or 13946996. OLE color: 13946996.

HSL color Cylindrical-coordinate representation of color #74D0D4: hue angle of 182.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D0D4 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB116208212-
CMYK0.450.0200.17
HSL182.5º52.75%64.31%-
HSV(B)182.5º45.28%83.14%-
XYZ41.6453.5870.43-
YUV180.95145.5281.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.64%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=21.64%
G=38.81%
B=39.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162082120.450.0200.17182.552.7564.31
Hex74D0D42D2011b63540
Octal16432032455202126665100
Binary1110100110100001101010010110110010001101101101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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