Html Css Color HEX #12BCAA Light Sea Green

📋 copy color: '#12BCAA'

red 18 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #12BCAA

Tints of Light Sea Green #12BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 4.79%
G = 50%
B = 45.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#12BCAA (or 0x12BCAA) is known color: Light Sea Green. HEX triplet: 12, BC and AA. RGB value is (18,188,170). Sum of RGB (Red+Green+Blue) = 18+188+170=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCAA is #ED4355. Grayscale: #878787. Windows color (decimal): -15549270 or 11189266. OLE color: 11189266.

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

Color convert

RGB 18 188 170 -
CMYK 0.90 0 0.10 0.26
HSL 173.65º 0.83% 0.4% -
HSV(B) 173.65º 0.9% 0.74% -
XYZ 25.49 39 44.21 -
YUV 135.12 147.68 44.46 -
System Red Green Blue C M Y K H S L
Decimal 18 188 170 0.90 0 0.10 0.26 173.65 0.83 0.4
Hex 12 BC AA 5A 0 A 1A AE 53 28
Octal 22 274 252 132 0 12 32 256 123 50
Binary 10010 10111100 10101010 1011010 0 1010 11010 10101110 1010011 101000

Color Harmonies of #12BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCAA

Black with #12BCAA

Text Example


Text Example

White with #12BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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