#12B39A

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

Shades of Light Sea Green #12B39A

Tints of Light Sea Green #12B39A

Color information

#12B39A (or 0x12B39A) is unknown color: approx Light Sea Green. HEX triplet: 12, B3 and 9A. RGB value is (18,179,154). Sum of RGB (Red+Green+Blue) = 18+179+154=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #12B39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B39A is #ED4C65. Grayscale: #7F7F7F. Windows color (decimal): -15551590 or 10138386. OLE color: 10138386.

HSL color Cylindrical-coordinate representation of color #12B39A: hue angle of 170.68º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B39A is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB18179154-
CMYK0.9000.140.30
HSL170.68º81.73%38.63%-
HSV(B)170.68º89.94%70.2%-
XYZ22.234.736.1-
YUV128.01142.6649.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=5.13%
G=51.00%
B=43.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181791540.9000.140.30170.6881.7338.63
Hex12B39A5A0E1Eab5227
Octal222632321320163625312247
Binary10010101100111001101010110100111011110101010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,179,154); }

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

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

 a { background-color: rgb(18,179,154); }

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

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

 span { border-color: rgb(18,179,154); }

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