#67B2C8

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

Shades of Seagull #67B2C8

Tints of Seagull #67B2C8

Color information

#67B2C8 (or 0x67B2C8) is unknown color: approx Seagull. HEX triplet: 67, B2 and C8. RGB value is (103,178,200). Sum of RGB (Red+Green+Blue) = 103+178+200=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #67B2C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B2C8 is #984D37. Grayscale: #9D9D9D. Windows color (decimal): -9981240 or 13152871. OLE color: 13152871.

HSL color Cylindrical-coordinate representation of color #67B2C8: hue angle of 193.61º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67B2C8 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB103178200-
CMYK0.480.1100.22
HSL193.61º46.86%59.41%-
HSV(B)193.61º48.5%78.43%-
XYZ31.9438.8960.47-
YUV158.08151.6588.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.41%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=21.41%
G=37.01%
B=41.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031782000.480.1100.22193.6146.8659.41
Hex67B2C830B016c22f3b
Octal14726231060130263025773
Binary11001111011001011001000110000101101011011000010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,178,200); }

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

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

 a { background-color: rgb(103,178,200); }

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

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

 span { border-color: rgb(103,178,200); }

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