#79C4CB

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

Shades of Seagull #79C4CB

Tints of Seagull #79C4CB

Color information

#79C4CB (or 0x79C4CB) is unknown color: approx Seagull. HEX triplet: 79, C4 and CB. RGB value is (121,196,203). Sum of RGB (Red+Green+Blue) = 121+196+203=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #79C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C4CB is #863B34. Grayscale: #AEAEAE. Windows color (decimal): -8796981 or 13354105. OLE color: 13354105.

HSL color Cylindrical-coordinate representation of color #79C4CB: hue angle of 185.12º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C4CB is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121196203-
CMYK0.400.0300.20
HSL185.12º44.09%63.53%-
HSV(B)185.12º40.39%79.61%-
XYZ38.447.8663.71-
YUV174.37144.1589.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=23.27%
G=37.69%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211962030.400.0300.20185.1244.0963.53
Hex79C4CB283014b92c40
Octal17130431350302427154100
Binary1111001110001001100101110100011010100101110011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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