#12B4AC

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

Shades of Light Sea Green #12B4AC

Tints of Light Sea Green #12B4AC

Color information

#12B4AC (or 0x12B4AC) is unknown color: approx Light Sea Green. HEX triplet: 12, B4 and AC. RGB value is (18,180,172). Sum of RGB (Red+Green+Blue) = 18+180+172=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #12B4AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B4AC is #ED4B53. Grayscale: #828282. Windows color (decimal): -15551316 or 11318290. OLE color: 11318290.

HSL color Cylindrical-coordinate representation of color #12B4AC: hue angle of 177.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B4AC is Cyan = 0.9, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18180172-
CMYK0.900.040.29
HSL177.04º81.82%38.82%-
HSV(B)177.04º90%70.59%-
XYZ24.0235.7544.66-
YUV130.65151.3347.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.86%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=4.86%
G=48.65%
B=46.49%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801720.900.040.29177.0481.8238.82
Hex12B4AC5A041Db15227
Octal22264254132043526112247
Binary1001010110100101011001011010010011101101100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,172); }

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

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

 a { background-color: rgb(18,180,172); }

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

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

 span { border-color: rgb(18,180,172); }

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