#67BBCB

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

Shades of Seagull #67BBCB

Tints of Seagull #67BBCB

Color information

#67BBCB (or 0x67BBCB) is unknown color: approx Seagull. HEX triplet: 67, BB and CB. RGB value is (103,187,203). Sum of RGB (Red+Green+Blue) = 103+187+203=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #67BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBCB is #984434. Grayscale: #A3A3A3. Windows color (decimal): -9978933 or 13351783. OLE color: 13351783.

HSL color Cylindrical-coordinate representation of color #67BBCB: hue angle of 189.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67BBCB is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103187203-
CMYK0.490.0800.20
HSL189.6º49.02%60%-
HSV(B)189.6º49.26%79.61%-
XYZ34.1442.7462.95-
YUV163.71150.1784.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.89%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=20.89%
G=37.93%
B=41.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031872030.490.0800.20189.649.0260
Hex67BBCB318014be313c
Octal14727331361100242766174
Binary11001111011101111001011110001100001010010111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,187,203); }

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

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

 a { background-color: rgb(103,187,203); }

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

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

 span { border-color: rgb(103,187,203); }

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