Html Css Color HEX #12A8AB Light Sea Green

📋 copy color: '#12A8AB'

red 18 ◦ green 168 ◦ blue 171

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

Shades of Light Sea Green #12A8AB

Tints of Light Sea Green #12A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 5.04%
G = 47.06%
B = 47.9%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12A8AB (or 0x12A8AB) is known color: Light Sea Green. HEX triplet: 12, A8 and AB. RGB value is (18,168,171). Sum of RGB (Red+Green+Blue) = 18+168+171=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #12A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A8AB is #ED5754. Grayscale: #7B7B7B. Windows color (decimal): -15554389 or 11249682. OLE color: 11249682.

HSL color Cylindrical-coordinate representation of color #12A8AB: hue angle of 181.18º 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 #12A8AB is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 168 171 -
CMYK 0.89 0.02 0 0.33
HSL 181.18º 0.81% 0.37% -
HSV(B) 181.18º 0.89% 0.67% -
XYZ 21.6 31.07 43.39 -
YUV 123.49 154.81 52.76 -
System Red Green Blue C M Y K H S L
Decimal 18 168 171 0.89 0.02 0 0.33 181.18 0.81 0.37
Hex 12 A8 AB 59 2 0 21 B5 51 25
Octal 22 250 253 131 2 0 41 265 121 45
Binary 10010 10101000 10101011 1011001 10 0 100001 10110101 1010001 100101

Color Harmonies of #12A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8AB

Black with #12A8AB

Text Example


Text Example

White with #12A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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