Html Css Color HEX #7AB0BE Glacier

📋 copy color: '#7AB0BE'

red 122 ◦ green 176 ◦ blue 190

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

Shades of Glacier #7AB0BE

Tints of Glacier #7AB0BE

RGB

 RED value IS 122 (48.05% from 255) = 25%

 GREEN value IS 176 (69.14% from 255) = 36.07%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 25%
G = 36.07%
B = 38.93%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7AB0BE (or 0x7AB0BE) is known color: Glacier. HEX triplet: 7A, B0 and BE. RGB value is (122,176,190). Sum of RGB (Red+Green+Blue) = 122+176+190=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #7AB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0BE is #854F41. Grayscale: #A1A1A1. Windows color (decimal): -8736578 or 12497018. OLE color: 12497018.

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

Color convert

RGB 122 176 190 -
CMYK 0.36 0.07 0 0.25
HSL 192.35º 0.34% 0.61% -
HSV(B) 192.35º 0.36% 0.75% -
XYZ 32.85 38.91 54.49 -
YUV 161.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 122 176 190 0.36 0.07 0 0.25 192.35 0.34 0.61
Hex 7A B0 BE 24 7 0 19 C0 22 3D
Octal 172 260 276 44 7 0 31 300 42 75
Binary 1111010 10110000 10111110 100100 111 0 11001 11000000 100010 111101

Color Harmonies of #7AB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0BE

Black with #7AB0BE

Text Example


Text Example

White with #7AB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,190); }

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

background-color css

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

 a { background-color: rgb(122,176,190); }

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

border-color css

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

 span { border-color: rgb(122,176,190); }

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