#79ACCA

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

Shades of Seagull #79ACCA

Tints of Seagull #79ACCA

Color information

#79ACCA (or 0x79ACCA) is unknown color: approx Seagull. HEX triplet: 79, AC and CA. RGB value is (121,172,202). Sum of RGB (Red+Green+Blue) = 121+172+202=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #79ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACCA is #865335. Grayscale: #9F9F9F. Windows color (decimal): -8803126 or 13282425. OLE color: 13282425.

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

Color convert

RGB121172202-
CMYK0.400.1500.21
HSL202.22º43.32%63.33%-
HSV(B)202.22º40.1%79.22%-
XYZ33.337.8361.42-
YUV160.17151.6100.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=24.44%
G=34.75%
B=40.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211722020.400.1500.21202.2243.3263.33
Hex79ACCA28F015ca2b3f
Octal17125431250170253125377
Binary11110011010110011001010101000111101010111001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79ACCA; }

 p { color: rgb(121,172,202); }

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

<style>
 a { background-color: #79ACCA; }

 a { background-color: rgb(121,172,202); }

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

<style>
 span { border-color: #79ACCA; }

 span { border-color: rgb(121,172,202); }

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