#7FC0CD

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

Shades of Seagull #7FC0CD

Tints of Seagull #7FC0CD

Color information

#7FC0CD (or 0x7FC0CD) is unknown color: approx Seagull. HEX triplet: 7F, C0 and CD. RGB value is (127,192,205). Sum of RGB (Red+Green+Blue) = 127+192+205=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FC0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0CD is #803F32. Grayscale: #ADADAD. Windows color (decimal): -8404787 or 13484159. OLE color: 13484159.

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

Color convert

RGB127192205-
CMYK0.380.0600.20
HSL190º43.82%65.1%-
HSV(B)190º38.05%80.39%-
XYZ38.6246.6264.72-
YUV174.05145.4794.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.24%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=24.24%
G=36.64%
B=39.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271922050.380.0600.2019043.8265.1
Hex7FC0CD266014be2c41
Octal17730031546602427654101
Binary11111111100000011001101100110110010100101111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,205); }

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

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

 a { background-color: rgb(127,192,205); }

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

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

 span { border-color: rgb(127,192,205); }

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