#12B8AB

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

Shades of Light Sea Green #12B8AB

Tints of Light Sea Green #12B8AB

Color information

#12B8AB (or 0x12B8AB) is unknown color: approx Light Sea Green. HEX triplet: 12, B8 and AB. RGB value is (18,184,171). Sum of RGB (Red+Green+Blue) = 18+184+171=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #12B8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B8AB is #ED4754. Grayscale: #848484. Windows color (decimal): -15550293 or 11253778. OLE color: 11253778.

HSL color Cylindrical-coordinate representation of color #12B8AB: hue angle of 175.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B8AB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18184171-
CMYK0.9000.070.28
HSL175.3º82.18%39.61%-
HSV(B)175.3º90.22%72.16%-
XYZ24.7437.3544.43-
YUV132.88149.546.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 184 (72.27% from 255) = 49.33%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=4.83%
G=49.33%
B=45.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181841710.9000.070.28175.382.1839.61
Hex12B8AB5A071Caf5228
Octal22270253132073425712250
Binary1001010111000101010111011010011111100101011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,184,171); }

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

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

 a { background-color: rgb(18,184,171); }

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

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

 span { border-color: rgb(18,184,171); }

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