Html Css Color HEX #12C8AD Light Sea Green

📋 copy color: '#12C8AD'

red 18 ◦ green 200 ◦ blue 173

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

Shades of Light Sea Green #12C8AD

Tints of Light Sea Green #12C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.15%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 4.6%
G = 51.15%
B = 44.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#12C8AD (or 0x12C8AD) is known color: Light Sea Green. HEX triplet: 12, C8 and AD. RGB value is (18,200,173). Sum of RGB (Red+Green+Blue) = 18+200+173=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #12C8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C8AD is #ED3752. Grayscale: #8E8E8E. Windows color (decimal): -15546195 or 11388946. OLE color: 11388946.

HSL color Cylindrical-coordinate representation of color #12C8AD: hue angle of 171.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C8AD is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 200 173 -
CMYK 0.91 0 0.14 0.22
HSL 171.1º 0.83% 0.43% -
HSV(B) 171.1º 0.91% 0.78% -
XYZ 28.45 44.45 46.62 -
YUV 142.5 145.2 39.2 -
System Red Green Blue C M Y K H S L
Decimal 18 200 173 0.91 0 0.14 0.22 171.1 0.83 0.43
Hex 12 C8 AD 5B 0 E 16 AB 53 2B
Octal 22 310 255 133 0 16 26 253 123 53
Binary 10010 11001000 10101101 1011011 0 1110 10110 10101011 1010011 101011

Color Harmonies of #12C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8AD

Black with #12C8AD

Text Example


Text Example

White with #12C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,173); }

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

background-color css

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

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

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

border-color css

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

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

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