Html Css Color HEX #12BAAA Light Sea Green

📋 copy color: '#12BAAA'

red 18 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #12BAAA

Tints of Light Sea Green #12BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

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

R = 4.81%
G = 49.73%
B = 45.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#12BAAA (or 0x12BAAA) is known color: Light Sea Green. HEX triplet: 12, BA and AA. RGB value is (18,186,170). Sum of RGB (Red+Green+Blue) = 18+186+170=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAAA is #ED4555. Grayscale: #858585. Windows color (decimal): -15549782 or 11188754. OLE color: 11188754.

HSL color Cylindrical-coordinate representation of color #12BAAA: hue angle of 174.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BAAA is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 170 -
CMYK 0.90 0 0.09 0.27
HSL 174.29º 0.82% 0.4% -
HSV(B) 174.29º 0.9% 0.73% -
XYZ 25.06 38.15 44.07 -
YUV 133.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 18 186 170 0.90 0 0.09 0.27 174.29 0.82 0.4
Hex 12 BA AA 5A 0 9 1B AE 52 28
Octal 22 272 252 132 0 11 33 256 122 50
Binary 10010 10111010 10101010 1011010 0 1001 11011 10101110 1010010 101000

Color Harmonies of #12BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAAA

Black with #12BAAA

Text Example


Text Example

White with #12BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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