Html Css Color HEX #7BBABF Glacier

📋 copy color: '#7BBABF'

red 123 ◦ green 186 ◦ blue 191

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

Shades of Glacier #7BBABF

Tints of Glacier #7BBABF

RGB

 RED value IS 123 (48.44% from 255) = 24.6%

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 24.6%
G = 37.2%
B = 38.2%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7BBABF (or 0x7BBABF) is known color: Glacier. HEX triplet: 7B, BA and BF. RGB value is (123,186,191). Sum of RGB (Red+Green+Blue) = 123+186+191=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #7BBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBABF is #844540. Grayscale: #A7A7A7. Windows color (decimal): -8668481 or 12565115. OLE color: 12565115.

HSL color Cylindrical-coordinate representation of color #7BBABF: hue angle of 184.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBABF is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 186 191 -
CMYK 0.36 0.03 0 0.25
HSL 184.41º 0.35% 0.62% -
HSV(B) 184.41º 0.36% 0.75% -
XYZ 35.13 43.09 55.76 -
YUV 167.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 123 186 191 0.36 0.03 0 0.25 184.41 0.35 0.62
Hex 7B BA BF 24 3 0 19 B8 23 3E
Octal 173 272 277 44 3 0 31 270 43 76
Binary 1111011 10111010 10111111 100100 11 0 11001 10111000 100011 111110

Color Harmonies of #7BBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBABF

Black with #7BBABF

Text Example


Text Example

White with #7BBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BBABF; }

 p { color: rgb(123,186,191); }

 H1.HeaderClassName
 {
   color: #7BBABF;
 }
 .AnyTagClassName
 {
   color: #7BBABF;
 }
</style>

background-color css

<style>
 a { background-color: #7BBABF; }

 a { background-color: rgb(123,186,191); }

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

border-color css

<style>
 span { border-color: #7BBABF; }

 span { border-color: rgb(123,186,191); }

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