#75BABA

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

Shades of Glacier #75BABA

Tints of Glacier #75BABA

Color information

#75BABA (or 0x75BABA) is unknown color: approx Glacier. HEX triplet: 75, BA and BA. RGB value is (117,186,186). Sum of RGB (Red+Green+Blue) = 117+186+186=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #75BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BABA is #8A4545. Grayscale: #A5A5A5. Windows color (decimal): -9061702 or 12237429. OLE color: 12237429.

HSL color Cylindrical-coordinate representation of color #75BABA: hue angle of 180º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BABA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117186186-
CMYK0.37000.27
HSL180º33.33%59.41%-
HSV(B)180º37.1%72.94%-
XYZ33.7642.4452.87-
YUV165.37139.6493.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=23.93%
G=38.04%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861860.37000.2718033.3359.41
Hex75BABA25001Bb4213b
Octal1652722724500332644173
Binary11101011011101010111010100101001101110110100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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