#75D5D4

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

Shades of Spray #75D5D4

Tints of Spray #75D5D4

Color information

#75D5D4 (or 0x75D5D4) is unknown color: approx Spray. HEX triplet: 75, D5 and D4. RGB value is (117,213,212). Sum of RGB (Red+Green+Blue) = 117+213+212=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #75D5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D5D4 is #8A2A2B. Grayscale: #B8B8B8. Windows color (decimal): -9054764 or 13948277. OLE color: 13948277.

HSL color Cylindrical-coordinate representation of color #75D5D4: hue angle of 179.38º degrees, saturation: 0.53, 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 #75D5D4 is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB117213212-
CMYK0.4500.000.16
HSL179.38º53.33%64.71%-
HSV(B)179.38º45.07%83.53%-
XYZ43.0156.1270.85-
YUV184.18143.780.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.59%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 212 (83.20% from 255) = 39.11%
R=21.59%
G=39.30%
B=39.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172132120.4500.000.16179.3853.3364.71
Hex75D5D42D0010b33541
Octal16532532455002026365101
Binary111010111010101110101001011010010000101100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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