#75C3C8

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

Shades of Glacier #75C3C8

Tints of Glacier #75C3C8

Color information

#75C3C8 (or 0x75C3C8) is unknown color: approx Glacier. HEX triplet: 75, C3 and C8. RGB value is (117,195,200). Sum of RGB (Red+Green+Blue) = 117+195+200=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #75C3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C3C8 is #8A3C37. Grayscale: #ACACAC. Windows color (decimal): -9059384 or 13157237. OLE color: 13157237.

HSL color Cylindrical-coordinate representation of color #75C3C8: hue angle of 183.61º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C3C8 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117195200-
CMYK0.420.0200.22
HSL183.61º43.01%62.16%-
HSV(B)183.61º41.5%78.43%-
XYZ37.2846.9861.75-
YUV172.25143.6688.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=22.85%
G=38.09%
B=39.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171952000.420.0200.22183.6143.0162.16
Hex75C3C82A2016b82b3e
Octal1653033105220262705376
Binary111010111000011110010001010101001011010111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,200); }

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

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

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

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

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

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

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