#75CACF

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

Shades of Spray #75CACF

Tints of Spray #75CACF

Color information

#75CACF (or 0x75CACF) is unknown color: approx Spray. HEX triplet: 75, CA and CF. RGB value is (117,202,207). Sum of RGB (Red+Green+Blue) = 117+202+207=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #75CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CACF is #8A3530. Grayscale: #B1B1B1. Windows color (decimal): -9057585 or 13617781. OLE color: 13617781.

HSL color Cylindrical-coordinate representation of color #75CACF: hue angle of 183.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CACF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117202207-
CMYK0.430.0200.19
HSL183.33º48.39%63.53%-
HSV(B)183.33º43.48%81.18%-
XYZ39.7250.5366.69-
YUV177.16144.8485.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.24%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=22.24%
G=38.40%
B=39.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172022070.430.0200.19183.3348.3963.53
Hex75CACF2B2013b73040
Octal16531231753202326760100
Binary1110101110010101100111110101110010011101101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,207); }

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

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

 a { background-color: rgb(117,202,207); }

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

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

 span { border-color: rgb(117,202,207); }

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