Html Css Color HEX #12ACAB Light Sea Green

📋 copy color: '#12ACAB'

red 18 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #12ACAB

Tints of Light Sea Green #12ACAB

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #12ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACAB

Black with #12ACAB

Text Example


Text Example

White with #12ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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