Html Css Color HEX #75B9BB Glacier

📋 copy color: '#75B9BB'

red 117 ◦ green 185 ◦ blue 187

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

Shades of Glacier #75B9BB

Tints of Glacier #75B9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 23.93%
G = 37.83%
B = 38.24%

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

#75B9BB (or 0x75B9BB) is known color: Glacier. HEX triplet: 75, B9 and BB. RGB value is (117,185,187). Sum of RGB (Red+Green+Blue) = 117+185+187=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #75B9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9BB is #8A4644. Grayscale: #A4A4A4. Windows color (decimal): -9061957 or 12302709. OLE color: 12302709.

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

Color convert

RGB 117 185 187 -
CMYK 0.37 0.01 0 0.27
HSL 181.71º 0.34% 0.6% -
HSV(B) 181.71º 0.37% 0.73% -
XYZ 33.65 42.07 53.36 -
YUV 164.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 117 185 187 0.37 0.01 0 0.27 181.71 0.34 0.6
Hex 75 B9 BB 25 1 0 1B B6 22 3C
Octal 165 271 273 45 1 0 33 266 42 74
Binary 1110101 10111001 10111011 100101 1 0 11011 10110110 100010 111100

Color Harmonies of #75B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B9BB

Black with #75B9BB

Text Example


Text Example

White with #75B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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