#1BB29A

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

Shades of Light Sea Green #1BB29A

Tints of Light Sea Green #1BB29A

Color information

#1BB29A (or 0x1BB29A) is unknown color: approx Light Sea Green. HEX triplet: 1B, B2 and 9A. RGB value is (27,178,154). Sum of RGB (Red+Green+Blue) = 27+178+154=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB29A is #E44D65. Grayscale: #828282. Windows color (decimal): -14962022 or 10138139. OLE color: 10138139.

HSL color Cylindrical-coordinate representation of color #1BB29A: hue angle of 170.46º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB29A is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB27178154-
CMYK0.8500.130.30
HSL170.46º73.66%40.2%-
HSV(B)170.46º84.83%69.8%-
XYZ22.2134.4136.04-
YUV130.12141.4754.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.52%
GREEN value IS 178 (69.92% from 255) = 49.58%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=7.52%
G=49.58%
B=42.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal271781540.8500.130.30170.4673.6640.2
Hex1BB29A550D1Eaa4a28
Octal332622321250153625211250
Binary11011101100101001101010101010110111110101010101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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