Html Css Color HEX #12BBAB Light Sea Green

📋 copy color: '#12BBAB'

red 18 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #12BBAB

Tints of Light Sea Green #12BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 4.79%
G = 49.73%
B = 45.48%

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

#12BBAB (or 0x12BBAB) is known color: Light Sea Green. HEX triplet: 12, BB and AB. RGB value is (18,187,171). Sum of RGB (Red+Green+Blue) = 18+187+171=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBAB is #ED4454. Grayscale: #868686. Windows color (decimal): -15549525 or 11254546. OLE color: 11254546.

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

Color convert

RGB 18 187 171 -
CMYK 0.90 0 0.09 0.27
HSL 174.32º 0.82% 0.4% -
HSV(B) 174.32º 0.9% 0.73% -
XYZ 25.37 38.61 44.64 -
YUV 134.65 148.51 44.8 -
System Red Green Blue C M Y K H S L
Decimal 18 187 171 0.90 0 0.09 0.27 174.32 0.82 0.4
Hex 12 BB AB 5A 0 9 1B AE 52 28
Octal 22 273 253 132 0 11 33 256 122 50
Binary 10010 10111011 10101011 1011010 0 1001 11011 10101110 1010010 101000

Color Harmonies of #12BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBAB

Black with #12BBAB

Text Example


Text Example

White with #12BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,187,171); }

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

background-color css

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

 a { background-color: rgb(18,187,171); }

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

border-color css

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

 span { border-color: rgb(18,187,171); }

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