#7ABBBE

Color #7ABBBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7ABBBE

Tints of Glacier #7ABBBE

Color information

#7ABBBE (or 0x7ABBBE) is unknown color: approx Glacier. HEX triplet: 7A, BB and BE. RGB value is (122,187,190). Sum of RGB (Red+Green+Blue) = 122+187+190=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #7ABBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBBE is #854441. Grayscale: #A7A7A7. Windows color (decimal): -8733762 or 12499834. OLE color: 12499834.

HSL color Cylindrical-coordinate representation of color #7ABBBE: hue angle of 182.65º 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 #7ABBBE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122187190-
CMYK0.360.0200.25
HSL182.65º34.34%61.18%-
HSV(B)182.65º35.79%74.51%-
XYZ35.0943.455.24-
YUV167.91140.4795.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=24.45%
G=37.47%
B=38.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221871900.360.0200.25182.6534.3461.18
Hex7ABBBE242019b7223d
Octal1722732764420312674275
Binary111101010111011101111101001001001100110110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ABBBE;
 }
 .AnyTagClassName
 {
   color: #7ABBBE;
 }
</style>
background-color css

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

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

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

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

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

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