#1BBCBE

Color #1BBCBE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1BBCBE

Tints of Light Sea Green #1BBCBE

Color information

#1BBCBE (or 0x1BBCBE) is unknown color: approx Light Sea Green. HEX triplet: 1B, BC and BE. RGB value is (27,188,190). Sum of RGB (Red+Green+Blue) = 27+188+190=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCBE is #E44341. Grayscale: #8B8B8B. Windows color (decimal): -14959426 or 12499995. OLE color: 12499995.

HSL color Cylindrical-coordinate representation of color #1BBCBE: hue angle of 180.74º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBCBE is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27188190-
CMYK0.860.0100.25
HSL180.74º75.12%42.55%-
HSV(B)180.74º85.79%74.51%-
XYZ27.7339.9254.96-
YUV140.09156.1647.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.67%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=6.67%
G=46.42%
B=46.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271881900.860.0100.25180.7475.1242.55
Hex1BBCBE561019b54b2b
Octal33274276126103126511353
Binary11011101111001011111010101101011001101101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BBCBE; }

 p { color: rgb(27,188,190); }

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

<style>
 a { background-color: #1BBCBE; }

 a { background-color: rgb(27,188,190); }

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

<style>
 span { border-color: #1BBCBE; }

 span { border-color: rgb(27,188,190); }

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