#7AC2CE

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

Shades of Seagull #7AC2CE

Tints of Seagull #7AC2CE

Color information

#7AC2CE (or 0x7AC2CE) is unknown color: approx Seagull. HEX triplet: 7A, C2 and CE. RGB value is (122,194,206). Sum of RGB (Red+Green+Blue) = 122+194+206=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AC2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC2CE is #853D31. Grayscale: #ADADAD. Windows color (decimal): -8731954 or 13550202. OLE color: 13550202.

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

Color convert

RGB122194206-
CMYK0.410.0600.19
HSL188.57º46.15%64.31%-
HSV(B)188.57º40.78%80.78%-
XYZ38.4647.1865.47-
YUV173.84146.1591.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=23.37%
G=37.16%
B=39.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221942060.410.0600.19188.5746.1564.31
Hex7AC2CE296013bd2e40
Octal17230231651602327556100
Binary11110101100001011001110101001110010011101111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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