Html Css Color HEX #12BC9D Light Sea Green

📋 copy color: '#12BC9D'

red 18 ◦ green 188 ◦ blue 157

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

Shades of Light Sea Green #12BC9D

Tints of Light Sea Green #12BC9D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.79%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 4.96%
G = 51.79%
B = 43.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#12BC9D (or 0x12BC9D) is known color: Light Sea Green. HEX triplet: 12, BC and 9D. RGB value is (18,188,157). Sum of RGB (Red+Green+Blue) = 18+188+157=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC9D is #ED4362. Grayscale: #858585. Windows color (decimal): -15549283 or 10337298. OLE color: 10337298.

HSL color Cylindrical-coordinate representation of color #12BC9D: hue angle of 169.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC9D is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 157 -
CMYK 0.90 0 0.16 0.26
HSL 169.06º 0.83% 0.4% -
HSV(B) 169.06º 0.9% 0.74% -
XYZ 24.32 38.53 38.05 -
YUV 133.64 141.18 45.52 -
System Red Green Blue C M Y K H S L
Decimal 18 188 157 0.90 0 0.16 0.26 169.06 0.83 0.4
Hex 12 BC 9D 5A 0 10 1A A9 53 28
Octal 22 274 235 132 0 20 32 251 123 50
Binary 10010 10111100 10011101 1011010 0 10000 11010 10101001 1010011 101000

Color Harmonies of #12BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC9D

Black with #12BC9D

Text Example


Text Example

White with #12BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,157); }

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

background-color css

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

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

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

border-color css

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

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

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