#79C4CA

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

Shades of Seagull #79C4CA

Tints of Seagull #79C4CA

Color information

#79C4CA (or 0x79C4CA) is unknown color: approx Seagull. HEX triplet: 79, C4 and CA. RGB value is (121,196,202). Sum of RGB (Red+Green+Blue) = 121+196+202=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #79C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C4CA is #863B35. Grayscale: #AEAEAE. Windows color (decimal): -8796982 or 13288569. OLE color: 13288569.

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

Color convert

RGB121196202-
CMYK0.400.0300.21
HSL184.44º43.32%63.33%-
HSV(B)184.44º40.1%79.22%-
XYZ38.2947.8163.09-
YUV174.26143.6590.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.31%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=23.31%
G=37.76%
B=38.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211962020.400.0300.21184.4443.3263.33
Hex79C4CA283015b82b3f
Octal1713043125030252705377
Binary111100111000100110010101010001101010110111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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