Html Css Color HEX #12ABAC Light Sea Green

📋 copy color: '#12ABAC'

red 18 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #12ABAC

Tints of Light Sea Green #12ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 4.99%
G = 47.37%
B = 47.65%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12ABAC (or 0x12ABAC) is known color: Light Sea Green. HEX triplet: 12, AB and AC. RGB value is (18,171,172). Sum of RGB (Red+Green+Blue) = 18+171+172=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #12ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABAC is #ED5453. Grayscale: #7D7D7D. Windows color (decimal): -15553620 or 11315986. OLE color: 11315986.

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

Color convert

RGB 18 171 172 -
CMYK 0.90 0.01 0 0.33
HSL 180.39º 0.81% 0.37% -
HSV(B) 180.39º 0.9% 0.67% -
XYZ 22.26 32.23 44.08 -
YUV 125.37 154.31 51.42 -
System Red Green Blue C M Y K H S L
Decimal 18 171 172 0.90 0.01 0 0.33 180.39 0.81 0.37
Hex 12 AB AC 5A 1 0 21 B4 51 25
Octal 22 253 254 132 1 0 41 264 121 45
Binary 10010 10101011 10101100 1011010 1 0 100001 10110100 1010001 100101

Color Harmonies of #12ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABAC

Black with #12ABAC

Text Example


Text Example

White with #12ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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