Html Css Color HEX #7BBABC Glacier

📋 copy color: '#7BBABC'

red 123 ◦ green 186 ◦ blue 188

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

Shades of Glacier #7BBABC

Tints of Glacier #7BBABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 24.75%
G = 37.42%
B = 37.83%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7BBABC (or 0x7BBABC) is known color: Glacier. HEX triplet: 7B, BA and BC. RGB value is (123,186,188). Sum of RGB (Red+Green+Blue) = 123+186+188=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBABC is #844543. Grayscale: #A7A7A7. Windows color (decimal): -8668484 or 12368507. OLE color: 12368507.

HSL color Cylindrical-coordinate representation of color #7BBABC: hue angle of 181.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBABC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 186 188 -
CMYK 0.35 0.01 0 0.26
HSL 181.85º 0.33% 0.61% -
HSV(B) 181.85º 0.35% 0.74% -
XYZ 34.8 42.96 54.03 -
YUV 167.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 123 186 188 0.35 0.01 0 0.26 181.85 0.33 0.61
Hex 7B BA BC 23 1 0 1A B6 21 3D
Octal 173 272 274 43 1 0 32 266 41 75
Binary 1111011 10111010 10111100 100011 1 0 11010 10110110 100001 111101

Color Harmonies of #7BBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBABC

Black with #7BBABC

Text Example


Text Example

White with #7BBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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