Html Css Color HEX #12AB9F Light Sea Green

📋 copy color: '#12AB9F'

red 18 ◦ green 171 ◦ blue 159

#12AB9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #12AB9F

Tints of Light Sea Green #12AB9F

RGB

 RED value IS 18 (7.42% from 255) = 5.17%

 GREEN value IS 171 (67.19% from 255) = 49.14%

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 5.17%
G = 49.14%
B = 45.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#12AB9F (or 0x12AB9F) is known color: Light Sea Green. HEX triplet: 12, AB and 9F. RGB value is (18,171,159). Sum of RGB (Red+Green+Blue) = 18+171+159=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB9F is #ED5460. Grayscale: #7B7B7B. Windows color (decimal): -15553633 or 10464018. OLE color: 10464018.

HSL color Cylindrical-coordinate representation of color #12AB9F: hue angle of 175.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB9F is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 159 -
CMYK 0.89 0 0.07 0.33
HSL 175.29º 0.81% 0.37% -
HSV(B) 175.29º 0.89% 0.67% -
XYZ 21.07 31.76 37.82 -
YUV 123.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 18 171 159 0.89 0 0.07 0.33 175.29 0.81 0.37
Hex 12 AB 9F 59 0 7 21 AF 51 25
Octal 22 253 237 131 0 7 41 257 121 45
Binary 10010 10101011 10011111 1011001 0 111 100001 10101111 1010001 100101

Color Harmonies of #12AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB9F

Black with #12AB9F

Text Example


Text Example

White with #12AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12AB9F;
 }
 .AnyTagClassName
 {
   color: #12AB9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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