Html Css Color HEX #12BCAC Light Sea Green

📋 copy color: '#12BCAC'

red 18 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #12BCAC

Tints of Light Sea Green #12BCAC

RGB

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

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

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

R = 4.76%
G = 49.74%
B = 45.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#12BCAC (or 0x12BCAC) is known color: Light Sea Green. HEX triplet: 12, BC and AC. RGB value is (18,188,172). Sum of RGB (Red+Green+Blue) = 18+188+172=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCAC is #ED4353. Grayscale: #878787. Windows color (decimal): -15549268 or 11320338. OLE color: 11320338.

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

Color convert

RGB 18 188 172 -
CMYK 0.90 0 0.09 0.26
HSL 174.35º 0.83% 0.4% -
HSV(B) 174.35º 0.9% 0.74% -
XYZ 25.68 39.07 45.22 -
YUV 135.35 148.68 44.3 -
System Red Green Blue C M Y K H S L
Decimal 18 188 172 0.90 0 0.09 0.26 174.35 0.83 0.4
Hex 12 BC AC 5A 0 9 1A AE 53 28
Octal 22 274 254 132 0 11 32 256 123 50
Binary 10010 10111100 10101100 1011010 0 1001 11010 10101110 1010011 101000

Color Harmonies of #12BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCAC

Black with #12BCAC

Text Example


Text Example

White with #12BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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