Html Css Color HEX #12B89B Light Sea Green

📋 copy color: '#12B89B'

red 18 ◦ green 184 ◦ blue 155

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

Shades of Light Sea Green #12B89B

Tints of Light Sea Green #12B89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.54%

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 5.04%
G = 51.54%
B = 43.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#12B89B (or 0x12B89B) is known color: Light Sea Green. HEX triplet: 12, B8 and 9B. RGB value is (18,184,155). Sum of RGB (Red+Green+Blue) = 18+184+155=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #12B89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B89B is #ED4764. Grayscale: #838383. Windows color (decimal): -15550309 or 10205202. OLE color: 10205202.

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

Color convert

RGB 18 184 155 -
CMYK 0.90 0 0.16 0.28
HSL 169.52º 0.82% 0.4% -
HSV(B) 169.52º 0.9% 0.72% -
XYZ 23.31 36.78 36.88 -
YUV 131.06 141.5 47.36 -
System Red Green Blue C M Y K H S L
Decimal 18 184 155 0.90 0 0.16 0.28 169.52 0.82 0.4
Hex 12 B8 9B 5A 0 10 1C AA 52 28
Octal 22 270 233 132 0 20 34 252 122 50
Binary 10010 10111000 10011011 1011010 0 10000 11100 10101010 1010010 101000

Color Harmonies of #12B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B89B

Black with #12B89B

Text Example


Text Example

White with #12B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,184,155); }

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

background-color css

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

 a { background-color: rgb(18,184,155); }

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

border-color css

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

 span { border-color: rgb(18,184,155); }

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