#68BBCB

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

Shades of Seagull #68BBCB

Tints of Seagull #68BBCB

Color information

#68BBCB (or 0x68BBCB) is unknown color: approx Seagull. HEX triplet: 68, BB and CB. RGB value is (104,187,203). Sum of RGB (Red+Green+Blue) = 104+187+203=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #68BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCB is #974434. Grayscale: #A3A3A3. Windows color (decimal): -9913397 or 13351784. OLE color: 13351784.

HSL color Cylindrical-coordinate representation of color #68BBCB: hue angle of 189.7º 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 #68BBCB is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104187203-
CMYK0.490.0800.20
HSL189.7º48.77%60.2%-
HSV(B)189.7º48.77%79.61%-
XYZ34.2642.862.95-
YUV164.0115085.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=21.05%
G=37.85%
B=41.09%

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
Decimal1041872030.490.0800.20189.748.7760.2
Hex68BBCB318014be313c
Octal15027331361100242766174
Binary11010001011101111001011110001100001010010111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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