#7CBECE

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

Shades of Seagull #7CBECE

Tints of Seagull #7CBECE

Color information

#7CBECE (or 0x7CBECE) is unknown color: approx Seagull. HEX triplet: 7C, BE and CE. RGB value is (124,190,206). Sum of RGB (Red+Green+Blue) = 124+190+206=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBECE is #834131. Grayscale: #ABABAB. Windows color (decimal): -8601906 or 13549180. OLE color: 13549180.

HSL color Cylindrical-coordinate representation of color #7CBECE: hue angle of 191.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBECE is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124190206-
CMYK0.400.0800.19
HSL191.71º45.56%64.71%-
HSV(B)191.71º39.81%80.78%-
XYZ37.8745.5765.19-
YUV172.09147.1393.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.85%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=23.85%
G=36.54%
B=39.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241902060.400.0800.19191.7145.5664.71
Hex7CBECE288013c02e41
Octal174276316501002330056101
Binary111110010111110110011101010001000010011110000001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,206); }

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

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

 a { background-color: rgb(124,190,206); }

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

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

 span { border-color: rgb(124,190,206); }

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