Html Css Color HEX #12ACA0 Light Sea Green

📋 copy color: '#12ACA0'

red 18 ◦ green 172 ◦ blue 160

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

Shades of Light Sea Green #12ACA0

Tints of Light Sea Green #12ACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 5.14%
G = 49.14%
B = 45.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#12ACA0 (or 0x12ACA0) is known color: Light Sea Green. HEX triplet: 12, AC and A0. RGB value is (18,172,160). Sum of RGB (Red+Green+Blue) = 18+172+160=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #12ACA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ACA0 is #ED535F. Grayscale: #7C7C7C. Windows color (decimal): -15553376 or 10529810. OLE color: 10529810.

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

Color convert

RGB 18 172 160 -
CMYK 0.90 0 0.07 0.33
HSL 175.32º 0.81% 0.37% -
HSV(B) 175.32º 0.9% 0.67% -
XYZ 21.35 32.17 38.34 -
YUV 124.59 147.98 51.98 -
System Red Green Blue C M Y K H S L
Decimal 18 172 160 0.90 0 0.07 0.33 175.32 0.81 0.37
Hex 12 AC A0 5A 0 7 21 AF 51 25
Octal 22 254 240 132 0 7 41 257 121 45
Binary 10010 10101100 10100000 1011010 0 111 100001 10101111 1010001 100101

Color Harmonies of #12ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACA0

Black with #12ACA0

Text Example


Text Example

White with #12ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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