Html Css Color HEX #12B49B Light Sea Green

📋 copy color: '#12B49B'

red 18 ◦ green 180 ◦ blue 155

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

Shades of Light Sea Green #12B49B

Tints of Light Sea Green #12B49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

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

R = 5.1%
G = 50.99%
B = 43.91%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#12B49B (or 0x12B49B) is known color: Light Sea Green. HEX triplet: 12, B4 and 9B. RGB value is (18,180,155). Sum of RGB (Red+Green+Blue) = 18+180+155=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #12B49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B49B is #ED4B64. Grayscale: #808080. Windows color (decimal): -15551333 or 10204178. OLE color: 10204178.

HSL color Cylindrical-coordinate representation of color #12B49B: hue angle of 170.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B49B is Cyan = 0.9, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 155 -
CMYK 0.9 0 0.14 0.29
HSL 170.74º 0.82% 0.39% -
HSV(B) 170.74º 0.9% 0.71% -
XYZ 22.49 35.14 36.61 -
YUV 128.71 142.83 49.03 -
System Red Green Blue C M Y K H S L
Decimal 18 180 155 0.9 0 0.14 0.29 170.74 0.82 0.39
Hex 12 B4 9B 5A 0 E 1D AB 52 27
Octal 22 264 233 132 0 16 35 253 122 47
Binary 10010 10110100 10011011 1011010 0 1110 11101 10101011 1010010 100111

Color Harmonies of #12B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B49B

Black with #12B49B

Text Example


Text Example

White with #12B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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