#76ADCA

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

Shades of Seagull #76ADCA

Tints of Seagull #76ADCA

Color information

#76ADCA (or 0x76ADCA) is unknown color: approx Seagull. HEX triplet: 76, AD and CA. RGB value is (118,173,202). Sum of RGB (Red+Green+Blue) = 118+173+202=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #76ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADCA is #895235. Grayscale: #9F9F9F. Windows color (decimal): -8999478 or 13282678. OLE color: 13282678.

HSL color Cylindrical-coordinate representation of color #76ADCA: hue angle of 200.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 #76ADCA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118173202-
CMYK0.420.1400.21
HSL200.71º44.21%62.75%-
HSV(B)200.71º41.58%79.22%-
XYZ33.083861.47-
YUV159.86151.7898.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=23.94%
G=35.09%
B=40.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181732020.420.1400.21200.7144.2162.75
Hex76ADCA2AE015c92c3f
Octal16625531252160253115477
Binary11101101010110111001010101010111001010111001001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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