#7EC0CB

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

Shades of Seagull #7EC0CB

Tints of Seagull #7EC0CB

Color information

#7EC0CB (or 0x7EC0CB) is unknown color: approx Seagull. HEX triplet: 7E, C0 and CB. RGB value is (126,192,203). Sum of RGB (Red+Green+Blue) = 126+192+203=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EC0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0CB is #813F34. Grayscale: #ADADAD. Windows color (decimal): -8470325 or 13353086. OLE color: 13353086.

HSL color Cylindrical-coordinate representation of color #7EC0CB: hue angle of 188.57º 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 #7EC0CB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126192203-
CMYK0.380.0500.20
HSL188.57º42.54%64.51%-
HSV(B)188.57º37.93%79.61%-
XYZ38.2346.4563.45-
YUV173.52144.6394.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=24.18%
G=36.85%
B=38.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261922030.380.0500.20188.5742.5464.51
Hex7EC0CB265014bd2b41
Octal17630031346502427553101
Binary11111101100000011001011100110101010100101111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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