Html Css Color HEX #12BEAB Light Sea Green

📋 copy color: '#12BEAB'

red 18 ◦ green 190 ◦ blue 171

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

Shades of Light Sea Green #12BEAB

Tints of Light Sea Green #12BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

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

R = 4.75%
G = 50.13%
B = 45.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#12BEAB (or 0x12BEAB) is known color: Light Sea Green. HEX triplet: 12, BE and AB. RGB value is (18,190,171). Sum of RGB (Red+Green+Blue) = 18+190+171=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #12BEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BEAB is #ED4154. Grayscale: #888888. Windows color (decimal): -15548757 or 11255314. OLE color: 11255314.

HSL color Cylindrical-coordinate representation of color #12BEAB: hue angle of 173.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BEAB is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 171 -
CMYK 0.91 0 0.10 0.25
HSL 173.37º 0.83% 0.41% -
HSV(B) 173.37º 0.91% 0.75% -
XYZ 26.01 39.9 44.86 -
YUV 136.41 147.52 43.54 -
System Red Green Blue C M Y K H S L
Decimal 18 190 171 0.91 0 0.10 0.25 173.37 0.83 0.41
Hex 12 BE AB 5B 0 A 19 AD 53 29
Octal 22 276 253 133 0 12 31 255 123 51
Binary 10010 10111110 10101011 1011011 0 1010 11001 10101101 1010011 101001

Color Harmonies of #12BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BEAB

Black with #12BEAB

Text Example


Text Example

White with #12BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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