#1BBC9B

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

Shades of Light Sea Green #1BBC9B

Tints of Light Sea Green #1BBC9B

Color information

#1BBC9B (or 0x1BBC9B) is unknown color: approx Light Sea Green. HEX triplet: 1B, BC and 9B. RGB value is (27,188,155). Sum of RGB (Red+Green+Blue) = 27+188+155=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBC9B is #E44364. Grayscale: #888888. Windows color (decimal): -14959461 or 10206235. OLE color: 10206235.

HSL color Cylindrical-coordinate representation of color #1BBC9B: hue angle of 167.7º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC9B is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB27188155-
CMYK0.8600.180.26
HSL167.7º74.88%42.16%-
HSV(B)167.7º85.64%73.73%-
XYZ24.3538.5737.17-
YUV136.1138.6650.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.30%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=7.30%
G=50.81%
B=41.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271881550.8600.180.26167.774.8842.16
Hex1BBC9B560121Aa84b2a
Octal332742331260223225011352
Binary110111011110010011011101011001001011010101010001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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