#79C3D0

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

Shades of Seagull #79C3D0

Tints of Seagull #79C3D0

Color information

#79C3D0 (or 0x79C3D0) is unknown color: approx Seagull. HEX triplet: 79, C3 and D0. RGB value is (121,195,208). Sum of RGB (Red+Green+Blue) = 121+195+208=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #79C3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C3D0 is #863C2F. Grayscale: #AEAEAE. Windows color (decimal): -8797232 or 13681529. OLE color: 13681529.

HSL color Cylindrical-coordinate representation of color #79C3D0: hue angle of 188.97º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79C3D0 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121195208-
CMYK0.420.0600.18
HSL188.97º48.07%64.51%-
HSV(B)188.97º41.83%81.57%-
XYZ38.7947.6566.83-
YUV174.36146.9889.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.09%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=23.09%
G=37.21%
B=39.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211952080.420.0600.18188.9748.0764.51
Hex79C3D02A6012bd3041
Octal17130332052602227560101
Binary11110011100001111010000101010110010010101111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,195,208); }

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

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

 a { background-color: rgb(121,195,208); }

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

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

 span { border-color: rgb(121,195,208); }

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