#76B4CA

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

Shades of Seagull #76B4CA

Tints of Seagull #76B4CA

Color information

#76B4CA (or 0x76B4CA) is unknown color: approx Seagull. HEX triplet: 76, B4 and CA. RGB value is (118,180,202). Sum of RGB (Red+Green+Blue) = 118+180+202=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #76B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4CA is #894B35. Grayscale: #A3A3A3. Windows color (decimal): -8997686 or 13284470. OLE color: 13284470.

HSL color Cylindrical-coordinate representation of color #76B4CA: hue angle of 195.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76B4CA is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118180202-
CMYK0.420.1100.21
HSL195.71º44.21%62.75%-
HSV(B)195.71º41.58%79.22%-
XYZ34.4540.7661.93-
YUV163.97149.4695.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=23.6%
G=36%
B=40.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181802020.420.1100.21195.7144.2162.75
Hex76B4CA2AB015c42c3f
Octal16626431252130253045477
Binary11101101011010011001010101010101101010111000100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,202); }

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

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

 a { background-color: rgb(118,180,202); }

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

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

 span { border-color: rgb(118,180,202); }

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