Html Css Color HEX #75BAB9 Glacier

📋 copy color: '#75BAB9'

red 117 ◦ green 186 ◦ blue 185

#75BAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #75BAB9

Tints of Glacier #75BAB9

RGB

 RED value IS 117 (46.09% from 255) = 23.98%

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 23.98%
G = 38.11%
B = 37.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#75BAB9 (or 0x75BAB9) is known color: Glacier. HEX triplet: 75, BA and B9. RGB value is (117,186,185). Sum of RGB (Red+Green+Blue) = 117+186+185=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAB9 is #8A4546. Grayscale: #A5A5A5. Windows color (decimal): -9061703 or 12171893. OLE color: 12171893.

HSL color Cylindrical-coordinate representation of color #75BAB9: hue angle of 179.13º 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 #75BAB9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 185 -
CMYK 0.37 0 0.01 0.27
HSL 179.13º 0.33% 0.59% -
HSV(B) 179.13º 0.37% 0.73% -
XYZ 33.65 42.4 52.31 -
YUV 165.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 117 186 185 0.37 0 0.01 0.27 179.13 0.33 0.59
Hex 75 BA B9 25 0 1 1B B3 21 3B
Octal 165 272 271 45 0 1 33 263 41 73
Binary 1110101 10111010 10111001 100101 0 1 11011 10110011 100001 111011

Color Harmonies of #75BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAB9

Black with #75BAB9

Text Example


Text Example

White with #75BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75BAB9;
 }
 .AnyTagClassName
 {
   color: #75BAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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