Html Css Color HEX #12ACAC Light Sea Green

📋 copy color: '#12ACAC'

red 18 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #12ACAC

Tints of Light Sea Green #12ACAC

RGB

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

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

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

R = 4.97%
G = 47.51%
B = 47.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12ACAC (or 0x12ACAC) is known color: Light Sea Green. HEX triplet: 12, AC and AC. RGB value is (18,172,172). Sum of RGB (Red+Green+Blue) = 18+172+172=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #12ACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ACAC is #ED5353. Grayscale: #7D7D7D. Windows color (decimal): -15553364 or 11316242. OLE color: 11316242.

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

Color convert

RGB 18 172 172 -
CMYK 0.90 0 0 0.33
HSL 180º 0.81% 0.37% -
HSV(B) 180º 0.9% 0.67% -
XYZ 22.45 32.61 44.14 -
YUV 125.95 153.98 51 -
System Red Green Blue C M Y K H S L
Decimal 18 172 172 0.90 0 0 0.33 180 0.81 0.37
Hex 12 AC AC 5A 0 0 21 B4 51 25
Octal 22 254 254 132 0 0 41 264 121 45
Binary 10010 10101100 10101100 1011010 0 0 100001 10110100 1010001 100101

Color Harmonies of #12ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACAC

Black with #12ACAC

Text Example


Text Example

White with #12ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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