#12BAAB

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

Shades of Light Sea Green #12BAAB

Tints of Light Sea Green #12BAAB

Color information

#12BAAB (or 0x12BAAB) is unknown color: approx Light Sea Green. HEX triplet: 12, BA and AB. RGB value is (18,186,171). Sum of RGB (Red+Green+Blue) = 18+186+171=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAAB is #ED4554. Grayscale: #858585. Windows color (decimal): -15549781 or 11254290. OLE color: 11254290.

HSL color Cylindrical-coordinate representation of color #12BAAB: hue angle of 174.64º 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 #12BAAB is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18186171-
CMYK0.9000.080.27
HSL174.64º82.35%40%-
HSV(B)174.64º90.32%72.94%-
XYZ25.1638.1944.57-
YUV134.06148.8445.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=4.8%
G=49.6%
B=45.6%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181861710.9000.080.27174.6482.3540
Hex12BAAB5A081Baf5228
Octal222722531320103325712250
Binary10010101110101010101110110100100011011101011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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