Html Css Color HEX #75B9BA Glacier

📋 copy color: '#75B9BA'

red 117 ◦ green 185 ◦ blue 186

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

Shades of Glacier #75B9BA

Tints of Glacier #75B9BA

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 117 185 186 -
CMYK 0.37 0.01 0 0.27
HSL 180.87º 0.33% 0.59% -
HSV(B) 180.87º 0.37% 0.73% -
XYZ 33.55 42.03 52.8 -
YUV 164.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 117 185 186 0.37 0.01 0 0.27 180.87 0.33 0.59
Hex 75 B9 BA 25 1 0 1B B5 21 3B
Octal 165 271 272 45 1 0 33 265 41 73
Binary 1110101 10111001 10111010 100101 1 0 11011 10110101 100001 111011

Color Harmonies of #75B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B9BA

Black with #75B9BA

Text Example


Text Example

White with #75B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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