Html Css Color HEX #12C8AF Light Sea Green

📋 copy color: '#12C8AF'

red 18 ◦ green 200 ◦ blue 175

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

Shades of Light Sea Green #12C8AF

Tints of Light Sea Green #12C8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 4.58%
G = 50.89%
B = 44.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#12C8AF (or 0x12C8AF) is known color: Light Sea Green. HEX triplet: 12, C8 and AF. RGB value is (18,200,175). Sum of RGB (Red+Green+Blue) = 18+200+175=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #12C8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C8AF is #ED3750. Grayscale: #8E8E8E. Windows color (decimal): -15546193 or 11520018. OLE color: 11520018.

HSL color Cylindrical-coordinate representation of color #12C8AF: hue angle of 171.76º 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 #12C8AF is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 200 175 -
CMYK 0.91 0 0.12 0.22
HSL 171.76º 0.83% 0.43% -
HSV(B) 171.76º 0.91% 0.78% -
XYZ 28.64 44.53 47.64 -
YUV 142.73 146.2 39.03 -
System Red Green Blue C M Y K H S L
Decimal 18 200 175 0.91 0 0.12 0.22 171.76 0.83 0.43
Hex 12 C8 AF 5B 0 C 16 AC 53 2B
Octal 22 310 257 133 0 14 26 254 123 53
Binary 10010 11001000 10101111 1011011 0 1100 10110 10101100 1010011 101011

Color Harmonies of #12C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8AF

Black with #12C8AF

Text Example


Text Example

White with #12C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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