Html Css Color HEX #75BBBA Glacier

📋 copy color: '#75BBBA'

red 117 ◦ green 187 ◦ blue 186

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

Shades of Glacier #75BBBA

Tints of Glacier #75BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 23.88%
G = 38.16%
B = 37.96%

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

#75BBBA (or 0x75BBBA) is known color: Glacier. HEX triplet: 75, BB and BA. RGB value is (117,187,186). Sum of RGB (Red+Green+Blue) = 117+187+186=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #75BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBBA is #8A4445. Grayscale: #A5A5A5. Windows color (decimal): -9061446 or 12237685. OLE color: 12237685.

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

Color convert

RGB 117 187 186 -
CMYK 0.37 0 0.01 0.27
HSL 179.14º 0.34% 0.6% -
HSV(B) 179.14º 0.37% 0.73% -
XYZ 33.97 42.87 52.94 -
YUV 165.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 117 187 186 0.37 0 0.01 0.27 179.14 0.34 0.6
Hex 75 BB BA 25 0 1 1B B3 22 3C
Octal 165 273 272 45 0 1 33 263 42 74
Binary 1110101 10111011 10111010 100101 0 1 11011 10110011 100010 111100

Color Harmonies of #75BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBBA

Black with #75BBBA

Text Example


Text Example

White with #75BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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