#75ADCA

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

Shades of Seagull #75ADCA

Tints of Seagull #75ADCA

Color information

#75ADCA (or 0x75ADCA) is unknown color: approx Seagull. HEX triplet: 75, AD and CA. RGB value is (117,173,202). Sum of RGB (Red+Green+Blue) = 117+173+202=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #75ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADCA is #8A5235. Grayscale: #9F9F9F. Windows color (decimal): -9065014 or 13282677. OLE color: 13282677.

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

Color convert

RGB117173202-
CMYK0.420.1400.21
HSL200.47º44.5%62.55%-
HSV(B)200.47º42.08%79.22%-
XYZ32.9437.9361.46-
YUV159.56151.9597.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=23.78%
G=35.16%
B=41.06%

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
Decimal1171732020.420.1400.21200.4744.562.55
Hex75ADCA2AE015c82d3f
Octal16525531252160253105577
Binary11101011010110111001010101010111001010111001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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