#75D2D6

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

Shades of Spray #75D2D6

Tints of Spray #75D2D6

Color information

#75D2D6 (or 0x75D2D6) is unknown color: approx Spray. HEX triplet: 75, D2 and D6. RGB value is (117,210,214). Sum of RGB (Red+Green+Blue) = 117+210+214=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #75D2D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2D6 is #8A2D29. Grayscale: #B6B6B6. Windows color (decimal): -9055530 or 14078581. OLE color: 14078581.

HSL color Cylindrical-coordinate representation of color #75D2D6: hue angle of 182.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D2D6 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117210214-
CMYK0.450.0200.16
HSL182.47º54.19%64.9%-
HSV(B)182.47º45.33%83.92%-
XYZ42.5254.7371.94-
YUV182.65145.6981.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.63%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=21.63%
G=38.82%
B=39.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172102140.450.0200.16182.4754.1964.9
Hex75D2D62D2010b63641
Octal16532232655202026666101
Binary1110101110100101101011010110110010000101101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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