#75CFD4

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

Shades of Spray #75CFD4

Tints of Spray #75CFD4

Color information

#75CFD4 (or 0x75CFD4) is unknown color: approx Spray. HEX triplet: 75, CF and D4. RGB value is (117,207,212). Sum of RGB (Red+Green+Blue) = 117+207+212=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #75CFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFD4 is #8A302B. Grayscale: #B4B4B4. Windows color (decimal): -9056300 or 13946741. OLE color: 13946741.

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

Color convert

RGB117207212-
CMYK0.450.0200.17
HSL183.16º52.49%64.51%-
HSV(B)183.16º44.81%83.14%-
XYZ41.5353.1670.36-
YUV180.66145.6882.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=21.83%
G=38.62%
B=39.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172072120.450.0200.17183.1652.4964.51
Hex75CFD42D2011b73441
Octal16531732455202126764101
Binary1110101110011111101010010110110010001101101111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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