#7AA1B0

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

Shades of Bali Hai #7AA1B0

Tints of Bali Hai #7AA1B0

Color information

#7AA1B0 (or 0x7AA1B0) is unknown color: approx Bali Hai. HEX triplet: 7A, A1 and B0. RGB value is (122,161,176). Sum of RGB (Red+Green+Blue) = 122+161+176=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 176 - color contains mainly: blue. Hex color #7AA1B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA1B0 is #855E4F. Grayscale: #969696. Windows color (decimal): -8740432 or 11575674. OLE color: 11575674.

HSL color Cylindrical-coordinate representation of color #7AA1B0: hue angle of 196.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AA1B0 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122161176-
CMYK0.310.0900.31
HSL196.67º25.47%58.43%-
HSV(B)196.67º30.68%69.02%-
XYZ28.6132.7645.89-
YUV151.05142.08107.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=26.58%
G=35.08%
B=38.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221611760.310.0900.31196.6725.4758.43
Hex7AA1B01F901Fc5193a
Octal17224126037110373053172
Binary111101010100001101100001111110010111111100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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