#75D1D4

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

Shades of Spray #75D1D4

Tints of Spray #75D1D4

Color information

#75D1D4 (or 0x75D1D4) is unknown color: approx Spray. HEX triplet: 75, D1 and D4. RGB value is (117,209,212). Sum of RGB (Red+Green+Blue) = 117+209+212=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #75D1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D1D4 is #8A2E2B. Grayscale: #B5B5B5. Windows color (decimal): -9055788 or 13947253. OLE color: 13947253.

HSL color Cylindrical-coordinate representation of color #75D1D4: hue angle of 181.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D1D4 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117209212-
CMYK0.450.0100.17
HSL181.89º52.49%64.51%-
HSV(B)181.89º44.81%83.14%-
XYZ42.0254.1470.52-
YUV181.83145.0281.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=21.75%
G=38.85%
B=39.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172092120.450.0100.17181.8952.4964.51
Hex75D1D42D1011b63441
Octal16532132455102126664101
Binary111010111010001110101001011011010001101101101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D1D4; }

 p { color: rgb(117,209,212); }

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

<style>
 a { background-color: #75D1D4; }

 a { background-color: rgb(117,209,212); }

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

<style>
 span { border-color: #75D1D4; }

 span { border-color: rgb(117,209,212); }

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