#1bbec1

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

Shades of Light Sea Green #1BBEC1

Tints of Light Sea Green #1BBEC1

Color information

#1BBEC1 (or 0x1BBEC1) is unknown color: approx Light Sea Green. HEX triplet: 1B, BE and C1. RGB value is (27,190,193). Sum of RGB (Red+Green+Blue) = 27+190+193=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #1BBEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBEC1 is #E4413E. Grayscale: #8D8D8D. Windows color (decimal): -14958911 or 12697115. OLE color: 12697115.

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

Color convert

RGB27190193-
CMYK0.860.0200.24
HSL181.08º75.45%43.14%-
HSV(B)181.08º86.01%75.69%-
XYZ28.4940.9156.85-
YUV141.615746.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.59%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=6.59%
G=46.34%
B=47.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271901930.860.0200.24181.0875.4543.14
Hex1BBEC1562018b54b2b
Octal33276301126203026511353
Binary110111011111011000001101011010011000101101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bbec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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