#75CFCF

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

Shades of Spray #75CFCF

Tints of Spray #75CFCF

Color information

#75CFCF (or 0x75CFCF) is unknown color: approx Spray. HEX triplet: 75, CF and CF. RGB value is (117,207,207). Sum of RGB (Red+Green+Blue) = 117+207+207=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #75CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFCF is #8A3030. Grayscale: #B4B4B4. Windows color (decimal): -9056305 or 13619061. OLE color: 13619061.

HSL color Cylindrical-coordinate representation of color #75CFCF: hue angle of 180º 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 #75CFCF is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117207207-
CMYK0.43000.19
HSL180º48.39%63.53%-
HSV(B)180º43.48%81.18%-
XYZ40.9152.9167.09-
YUV180.09143.1883-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=22.03%
G=38.98%
B=38.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172072070.43000.1918048.3963.53
Hex75CFCF2B0013b43040
Octal16531731753002326460100
Binary111010111001111110011111010110010011101101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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