#70ACCA

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

Shades of Seagull #70ACCA

Tints of Seagull #70ACCA

Color information

#70ACCA (or 0x70ACCA) is unknown color: approx Seagull. HEX triplet: 70, AC and CA. RGB value is (112,172,202). Sum of RGB (Red+Green+Blue) = 112+172+202=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #70ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACCA is #8F5335. Grayscale: #9D9D9D. Windows color (decimal): -9392950 or 13282416. OLE color: 13282416.

HSL color Cylindrical-coordinate representation of color #70ACCA: hue angle of 200º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70ACCA is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112172202-
CMYK0.450.1500.21
HSL200º45.92%61.57%-
HSV(B)200º44.55%79.22%-
XYZ32.137.2161.37-
YUV157.48153.1295.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=23.05%
G=35.39%
B=41.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121722020.450.1500.2120045.9261.57
Hex70ACCA2DF015c82e3e
Octal16025431255170253105676
Binary11100001010110011001010101101111101010111001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70ACCA; }

 p { color: rgb(112,172,202); }

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

<style>
 a { background-color: #70ACCA; }

 a { background-color: rgb(112,172,202); }

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

<style>
 span { border-color: #70ACCA; }

 span { border-color: rgb(112,172,202); }

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