#76BEDE

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

Shades of Seagull #76BEDE

Tints of Seagull #76BEDE

Color information

#76BEDE (or 0x76BEDE) is unknown color: approx Seagull. HEX triplet: 76, BE and DE. RGB value is (118,190,222). Sum of RGB (Red+Green+Blue) = 118+190+222=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEDE is #894121. Grayscale: #ABABAB. Windows color (decimal): -8995106 or 14597750. OLE color: 14597750.

HSL color Cylindrical-coordinate representation of color #76BEDE: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BEDE is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118190222-
CMYK0.470.1400.13
HSL198.46º61.18%66.67%-
HSV(B)198.46º46.85%87.06%-
XYZ39.0745.9575.92-
YUV172.12156.1589.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.26%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=22.26%
G=35.85%
B=41.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181902220.470.1400.13198.4661.1866.67
Hex76BEDE2FE0Dc63d43
Octal166276336571601530675103
Binary11101101011111011011110101111111001101110001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BEDE; }

 p { color: rgb(118,190,222); }

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

<style>
 a { background-color: #76BEDE; }

 a { background-color: rgb(118,190,222); }

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

<style>
 span { border-color: #76BEDE; }

 span { border-color: rgb(118,190,222); }

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