Html Css Color HEX #7CBABB Glacier

📋 copy color: '#7CBABB'

red 124 ◦ green 186 ◦ blue 187

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

Shades of Glacier #7CBABB

Tints of Glacier #7CBABB

RGB

 RED value IS 124 (48.83% from 255) = 24.95%

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

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

R = 24.95%
G = 37.42%
B = 37.63%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7CBABB (or 0x7CBABB) is known color: Glacier. HEX triplet: 7C, BA and BB. RGB value is (124,186,187). Sum of RGB (Red+Green+Blue) = 124+186+187=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #7CBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABB is #834544. Grayscale: #A7A7A7. Windows color (decimal): -8602949 or 12302972. OLE color: 12302972.

HSL color Cylindrical-coordinate representation of color #7CBABB: hue angle of 180.95º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBABB is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 187 -
CMYK 0.34 0.01 0 0.27
HSL 180.95º 0.32% 0.61% -
HSV(B) 180.95º 0.34% 0.73% -
XYZ 34.84 42.99 53.48 -
YUV 167.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 124 186 187 0.34 0.01 0 0.27 180.95 0.32 0.61
Hex 7C BA BB 22 1 0 1B B5 20 3D
Octal 174 272 273 42 1 0 33 265 40 75
Binary 1111100 10111010 10111011 100010 1 0 11011 10110101 100000 111101

Color Harmonies of #7CBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBABB

Black with #7CBABB

Text Example


Text Example

White with #7CBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,187); }

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

background-color css

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

 a { background-color: rgb(124,186,187); }

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

border-color css

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

 span { border-color: rgb(124,186,187); }

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