#12B29D

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

Shades of Light Sea Green #12B29D

Tints of Light Sea Green #12B29D

Color information

#12B29D (or 0x12B29D) is unknown color: approx Light Sea Green. HEX triplet: 12, B2 and 9D. RGB value is (18,178,157). Sum of RGB (Red+Green+Blue) = 18+178+157=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #12B29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B29D is #ED4D62. Grayscale: #7F7F7F. Windows color (decimal): -15551843 or 10334738. OLE color: 10334738.

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

Color convert

RGB18178157-
CMYK0.9000.120.30
HSL172.12º81.63%38.43%-
HSV(B)172.12º89.89%69.8%-
XYZ22.2634.437.37-
YUV127.77144.4949.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=5.10%
G=50.42%
B=44.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181781570.9000.120.30172.1281.6338.43
Hex12B29D5A0C1Eac5226
Octal222622351320143625412246
Binary10010101100101001110110110100110011110101011001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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