#7ABAC8

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

Shades of Seagull #7ABAC8

Tints of Seagull #7ABAC8

Color information

#7ABAC8 (or 0x7ABAC8) is unknown color: approx Seagull. HEX triplet: 7A, BA and C8. RGB value is (122,186,200). Sum of RGB (Red+Green+Blue) = 122+186+200=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #7ABAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABAC8 is #854537. Grayscale: #A8A8A8. Windows color (decimal): -8734008 or 13154938. OLE color: 13154938.

HSL color Cylindrical-coordinate representation of color #7ABAC8: hue angle of 190.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ABAC8 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122186200-
CMYK0.390.0700.22
HSL190.77º41.49%63.14%-
HSV(B)190.77º39%78.43%-
XYZ36.0143.4361.13-
YUV168.46145.894.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.02%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=24.02%
G=36.61%
B=39.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221862000.390.0700.22190.7741.4963.14
Hex7ABAC8277016bf293f
Octal1722723104770262775177
Binary1111010101110101100100010011111101011010111111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,200); }

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

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

 a { background-color: rgb(122,186,200); }

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

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

 span { border-color: rgb(122,186,200); }

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