#12BAA1

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

Shades of Light Sea Green #12BAA1

Tints of Light Sea Green #12BAA1

Color information

#12BAA1 (or 0x12BAA1) is unknown color: approx Light Sea Green. HEX triplet: 12, BA and A1. RGB value is (18,186,161). Sum of RGB (Red+Green+Blue) = 18+186+161=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAA1 is #ED455E. Grayscale: #848484. Windows color (decimal): -15549791 or 10598930. OLE color: 10598930.

HSL color Cylindrical-coordinate representation of color #12BAA1: hue angle of 171.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BAA1 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18186161-
CMYK0.9000.130.27
HSL171.07º82.35%40%-
HSV(B)171.07º90.32%72.94%-
XYZ24.2437.8239.74-
YUV132.92143.8446.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.93%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 161 (63.28% from 255) = 44.11%
R=4.93%
G=50.96%
B=44.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181861610.9000.130.27171.0782.3540
Hex12BAA15A0D1Bab5228
Octal222722411320153325312250
Binary10010101110101010000110110100110111011101010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12BAA1; }

 p { color: rgb(18,186,161); }

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

<style>
 a { background-color: #12BAA1; }

 a { background-color: rgb(18,186,161); }

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

<style>
 span { border-color: #12BAA1; }

 span { border-color: rgb(18,186,161); }

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