#67B2C9

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

Shades of Seagull #67B2C9

Tints of Seagull #67B2C9

Color information

#67B2C9 (or 0x67B2C9) is unknown color: approx Seagull. HEX triplet: 67, B2 and C9. RGB value is (103,178,201). Sum of RGB (Red+Green+Blue) = 103+178+201=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #67B2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B2C9 is #984D36. Grayscale: #9E9E9E. Windows color (decimal): -9981239 or 13218407. OLE color: 13218407.

HSL color Cylindrical-coordinate representation of color #67B2C9: hue angle of 194.08º 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 #67B2C9 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103178201-
CMYK0.490.1100.21
HSL194.08º47.57%59.61%-
HSV(B)194.08º48.76%78.82%-
XYZ32.0638.9461.09-
YUV158.2152.1588.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.37%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=21.37%
G=36.93%
B=41.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031782010.490.1100.21194.0847.5759.61
Hex67B2C931B015c2303c
Octal14726231161130253026074
Binary11001111011001011001001110001101101010111000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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