Html Css Color HEX #75BBC0 Glacier

📋 copy color: '#75BBC0'

red 117 ◦ green 187 ◦ blue 192

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

Shades of Glacier #75BBC0

Tints of Glacier #75BBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 23.59%
G = 37.7%
B = 38.71%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75BBC0 (or 0x75BBC0) is known color: Glacier. HEX triplet: 75, BB and C0. RGB value is (117,187,192). Sum of RGB (Red+Green+Blue) = 117+187+192=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #75BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBC0 is #8A443F. Grayscale: #A6A6A6. Windows color (decimal): -9061440 or 12630901. OLE color: 12630901.

HSL color Cylindrical-coordinate representation of color #75BBC0: hue angle of 184º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BBC0 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 187 192 -
CMYK 0.39 0.03 0 0.25
HSL 184º 0.37% 0.61% -
HSV(B) 184º 0.39% 0.75% -
XYZ 34.62 43.13 56.37 -
YUV 166.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 117 187 192 0.39 0.03 0 0.25 184 0.37 0.61
Hex 75 BB C0 27 3 0 19 B8 25 3D
Octal 165 273 300 47 3 0 31 270 45 75
Binary 1110101 10111011 11000000 100111 11 0 11001 10111000 100101 111101

Color Harmonies of #75BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBC0

Black with #75BBC0

Text Example


Text Example

White with #75BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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