#75C2C6

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

Shades of Glacier #75C2C6

Tints of Glacier #75C2C6

Color information

#75C2C6 (or 0x75C2C6) is unknown color: approx Glacier. HEX triplet: 75, C2 and C6. RGB value is (117,194,198). Sum of RGB (Red+Green+Blue) = 117+194+198=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #75C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C2C6 is #8A3D39. Grayscale: #ABABAB. Windows color (decimal): -9059642 or 13025909. OLE color: 13025909.

HSL color Cylindrical-coordinate representation of color #75C2C6: hue angle of 182.96º degrees, saturation: 0.42, 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 #75C2C6 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117194198-
CMYK0.410.0200.22
HSL182.96º41.54%61.76%-
HSV(B)182.96º40.91%77.65%-
XYZ36.8246.4460.45-
YUV171.43142.9989.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.99%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=22.99%
G=38.11%
B=38.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171941980.410.0200.22182.9641.5461.76
Hex75C2C6292016b72a3e
Octal1653023065120262675276
Binary111010111000010110001101010011001011010110111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,194,198); }

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

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

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

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

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

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

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