Html Css Color HEX #12ABA2 Light Sea Green

📋 copy color: '#12ABA2'

red 18 ◦ green 171 ◦ blue 162

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

Shades of Light Sea Green #12ABA2

Tints of Light Sea Green #12ABA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.15%

R = 5.13%
G = 48.72%
B = 46.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#12ABA2 (or 0x12ABA2) is known color: Light Sea Green. HEX triplet: 12, AB and A2. RGB value is (18,171,162). Sum of RGB (Red+Green+Blue) = 18+171+162=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #12ABA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABA2 is #ED545D. Grayscale: #7C7C7C. Windows color (decimal): -15553630 or 10660626. OLE color: 10660626.

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

Color convert

RGB 18 171 162 -
CMYK 0.89 0 0.05 0.33
HSL 176.47º 0.81% 0.37% -
HSV(B) 176.47º 0.89% 0.67% -
XYZ 21.33 31.86 39.21 -
YUV 124.23 149.31 52.23 -
System Red Green Blue C M Y K H S L
Decimal 18 171 162 0.89 0 0.05 0.33 176.47 0.81 0.37
Hex 12 AB A2 59 0 5 21 B0 51 25
Octal 22 253 242 131 0 5 41 260 121 45
Binary 10010 10101011 10100010 1011001 0 101 100001 10110000 1010001 100101

Color Harmonies of #12ABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABA2

Black with #12ABA2

Text Example


Text Example

White with #12ABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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