#7ABECE

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

Shades of Seagull #7ABECE

Tints of Seagull #7ABECE

Color information

#7ABECE (or 0x7ABECE) is unknown color: approx Seagull. HEX triplet: 7A, BE and CE. RGB value is (122,190,206). Sum of RGB (Red+Green+Blue) = 122+190+206=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #7ABECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECE is #854131. Grayscale: #ABABAB. Windows color (decimal): -8732978 or 13549178. OLE color: 13549178.

HSL color Cylindrical-coordinate representation of color #7ABECE: hue angle of 191.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABECE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122190206-
CMYK0.410.0800.19
HSL191.43º46.15%64.31%-
HSV(B)191.43º40.78%80.78%-
XYZ37.5845.4265.18-
YUV171.49147.4792.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.55%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=23.55%
G=36.68%
B=39.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221902060.410.0800.19191.4346.1564.31
Hex7ABECE298013bf2e40
Octal172276316511002327756100
Binary111101010111110110011101010011000010011101111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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