#1BBEBE

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

Shades of Light Sea Green #1BBEBE

Tints of Light Sea Green #1BBEBE

Color information

#1BBEBE (or 0x1BBEBE) is unknown color: approx Light Sea Green. HEX triplet: 1B, BE and BE. RGB value is (27,190,190). Sum of RGB (Red+Green+Blue) = 27+190+190=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #1BBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBEBE is #E44141. Grayscale: #8D8D8D. Windows color (decimal): -14958914 or 12500507. OLE color: 12500507.

HSL color Cylindrical-coordinate representation of color #1BBEBE: hue angle of 180º 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 #1BBEBE is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27190190-
CMYK0.86000.25
HSL180º75.12%42.55%-
HSV(B)180º85.79%74.51%-
XYZ28.1640.7855.1-
YUV141.26155.546.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.63%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=6.63%
G=46.68%
B=46.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271901900.86000.2518075.1242.55
Hex1BBEBE560019b44b2b
Octal33276276126003126411353
Binary11011101111101011111010101100011001101101001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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