#7ABECA

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

Shades of Seagull #7ABECA

Tints of Seagull #7ABECA

Color information

#7ABECA (or 0x7ABECA) is unknown color: approx Seagull. HEX triplet: 7A, BE and CA. RGB value is (122,190,202). Sum of RGB (Red+Green+Blue) = 122+190+202=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #7ABECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECA is #854135. Grayscale: #AAAAAA. Windows color (decimal): -8732982 or 13287034. OLE color: 13287034.

HSL color Cylindrical-coordinate representation of color #7ABECA: hue angle of 189º 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 #7ABECA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122190202-
CMYK0.400.0600.21
HSL189º43.01%63.53%-
HSV(B)189º39.6%79.22%-
XYZ37.145.2362.65-
YUV171.04145.4793.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.74%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=23.74%
G=36.96%
B=39.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221902020.400.0600.2118943.0163.53
Hex7ABECA286015bd2b40
Octal17227631250602527553100
Binary11110101011111011001010101000110010101101111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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