#7ABACA

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

Shades of Seagull #7ABACA

Tints of Seagull #7ABACA

Color information

#7ABACA (or 0x7ABACA) is unknown color: approx Seagull. HEX triplet: 7A, BA and CA. RGB value is (122,186,202). Sum of RGB (Red+Green+Blue) = 122+186+202=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #7ABACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABACA is #854535. Grayscale: #A8A8A8. Windows color (decimal): -8734006 or 13286010. OLE color: 13286010.

HSL color Cylindrical-coordinate representation of color #7ABACA: hue angle of 192º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABACA is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122186202-
CMYK0.400.0800.21
HSL192º43.01%63.53%-
HSV(B)192º39.6%79.22%-
XYZ36.2543.5262.37-
YUV168.69146.894.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=23.92%
G=36.47%
B=39.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221862020.400.0800.2119243.0163.53
Hex7ABACA288015c02b40
Octal172272312501002530053100
Binary111101010111010110010101010001000010101110000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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