#67ADCA

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

Shades of Seagull #67ADCA

Tints of Seagull #67ADCA

Color information

#67ADCA (or 0x67ADCA) is unknown color: approx Seagull. HEX triplet: 67, AD and CA. RGB value is (103,173,202). Sum of RGB (Red+Green+Blue) = 103+173+202=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #67ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADCA is #985235. Grayscale: #9B9B9B. Windows color (decimal): -9982518 or 13282663. OLE color: 13282663.

HSL color Cylindrical-coordinate representation of color #67ADCA: hue angle of 197.58º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ADCA is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103173202-
CMYK0.490.1400.21
HSL197.58º48.29%59.8%-
HSV(B)197.58º49.01%79.22%-
XYZ31.237.0361.38-
YUV155.38154.3190.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=21.55%
G=36.19%
B=42.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031732020.490.1400.21197.5848.2959.8
Hex67ADCA31E015c6303c
Octal14725531261160253066074
Binary11001111010110111001010110001111001010111000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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