#12B29A

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

Shades of Light Sea Green #12B29A

Tints of Light Sea Green #12B29A

Color information

#12B29A (or 0x12B29A) is unknown color: approx Light Sea Green. HEX triplet: 12, B2 and 9A. RGB value is (18,178,154). Sum of RGB (Red+Green+Blue) = 18+178+154=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #12B29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B29A is #ED4D65. Grayscale: #7F7F7F. Windows color (decimal): -15551846 or 10138130. OLE color: 10138130.

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

Color convert

RGB18178154-
CMYK0.9000.130.30
HSL171º81.63%38.43%-
HSV(B)171º89.89%69.8%-
XYZ2234.336.03-
YUV127.42142.9949.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 154 (60.55% from 255) = 44%
R=5.14%
G=50.86%
B=44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181781540.9000.130.3017181.6338.43
Hex12B29A5A0D1Eab5226
Octal222622321320153625312246
Binary10010101100101001101010110100110111110101010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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