#75D4D2

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

Shades of Spray #75D4D2

Tints of Spray #75D4D2

Color information

#75D4D2 (or 0x75D4D2) is unknown color: approx Spray. HEX triplet: 75, D4 and D2. RGB value is (117,212,210). Sum of RGB (Red+Green+Blue) = 117+212+210=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #75D4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D4D2 is #8A2B2D. Grayscale: #B7B7B7. Windows color (decimal): -9055022 or 13816949. OLE color: 13816949.

HSL color Cylindrical-coordinate representation of color #75D4D2: hue angle of 178.74º 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 #75D4D2 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB117212210-
CMYK0.4500.010.17
HSL178.74º52.49%64.51%-
HSV(B)178.74º44.81%83.14%-
XYZ42.5155.5269.45-
YUV183.37143.0380.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=21.71%
G=39.33%
B=38.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172122100.4500.010.17178.7452.4964.51
Hex75D4D22D0111b33441
Octal16532432255012126364101
Binary111010111010100110100101011010110001101100111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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