#12B4A8

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

Shades of Light Sea Green #12B4A8

Tints of Light Sea Green #12B4A8

Color information

#12B4A8 (or 0x12B4A8) is unknown color: approx Light Sea Green. HEX triplet: 12, B4 and A8. RGB value is (18,180,168). Sum of RGB (Red+Green+Blue) = 18+180+168=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #12B4A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B4A8 is #ED4B57. Grayscale: #828282. Windows color (decimal): -15551320 or 11056146. OLE color: 11056146.

HSL color Cylindrical-coordinate representation of color #12B4A8: hue angle of 175.56º 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 #12B4A8 is Cyan = 0.9, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18180168-
CMYK0.900.070.29
HSL175.56º81.82%38.82%-
HSV(B)175.56º90%70.59%-
XYZ23.6435.642.67-
YUV130.19149.3347.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.92%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 168 (66.02% from 255) = 45.90%
R=4.92%
G=49.18%
B=45.90%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801680.900.070.29175.5681.8238.82
Hex12B4A85A071Db05227
Octal22264250132073526012247
Binary1001010110100101010001011010011111101101100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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