#7EC3CB

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

Shades of Seagull #7EC3CB

Tints of Seagull #7EC3CB

Color information

#7EC3CB (or 0x7EC3CB) is unknown color: approx Seagull. HEX triplet: 7E, C3 and CB. RGB value is (126,195,203). Sum of RGB (Red+Green+Blue) = 126+195+203=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EC3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3CB is #813C34. Grayscale: #AFAFAF. Windows color (decimal): -8469557 or 13353854. OLE color: 13353854.

HSL color Cylindrical-coordinate representation of color #7EC3CB: hue angle of 186.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC3CB is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126195203-
CMYK0.380.0400.20
HSL186.23º42.54%64.51%-
HSV(B)186.23º37.93%79.61%-
XYZ38.947.7863.67-
YUV175.28143.6492.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.05%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=24.05%
G=37.21%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261952030.380.0400.20186.2342.5464.51
Hex7EC3CB264014ba2b41
Octal17630331346402427253101
Binary11111101100001111001011100110100010100101110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,195,203); }

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

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

 a { background-color: rgb(126,195,203); }

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

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

 span { border-color: rgb(126,195,203); }

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