#1BBC9A

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

Shades of Light Sea Green #1BBC9A

Tints of Light Sea Green #1BBC9A

Color information

#1BBC9A (or 0x1BBC9A) is unknown color: approx Light Sea Green. HEX triplet: 1B, BC and 9A. RGB value is (27,188,154). Sum of RGB (Red+Green+Blue) = 27+188+154=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBC9A is #E44365. Grayscale: #878787. Windows color (decimal): -14959462 or 10140699. OLE color: 10140699.

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

Color convert

RGB27188154-
CMYK0.8600.180.26
HSL167.33º74.88%42.16%-
HSV(B)167.33º85.64%73.73%-
XYZ24.2738.5336.73-
YUV135.99138.1650.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.32%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=7.32%
G=50.95%
B=41.73%

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
Decimal271881540.8600.180.26167.3374.8842.16
Hex1BBC9A560121Aa74b2a
Octal332742321260223224711352
Binary110111011110010011010101011001001011010101001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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