Html Css Color HEX #12B19C Light Sea Green

📋 copy color: '#12B19C'

red 18 ◦ green 177 ◦ blue 156

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

Shades of Light Sea Green #12B19C

Tints of Light Sea Green #12B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.43%

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 5.13%
G = 50.43%
B = 44.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#12B19C (or 0x12B19C) is known color: Light Sea Green. HEX triplet: 12, B1 and 9C. RGB value is (18,177,156). Sum of RGB (Red+Green+Blue) = 18+177+156=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #12B19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B19C is #ED4E63. Grayscale: #7E7E7E. Windows color (decimal): -15552100 or 10268946. OLE color: 10268946.

HSL color Cylindrical-coordinate representation of color #12B19C: hue angle of 172.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B19C is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 177 156 -
CMYK 0.90 0 0.12 0.31
HSL 172.08º 0.82% 0.38% -
HSV(B) 172.08º 0.9% 0.69% -
XYZ 21.97 33.97 36.85 -
YUV 127.07 144.32 50.21 -
System Red Green Blue C M Y K H S L
Decimal 18 177 156 0.90 0 0.12 0.31 172.08 0.82 0.38
Hex 12 B1 9C 5A 0 C 1F AC 52 26
Octal 22 261 234 132 0 14 37 254 122 46
Binary 10010 10110001 10011100 1011010 0 1100 11111 10101100 1010010 100110

Color Harmonies of #12B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B19C

Black with #12B19C

Text Example


Text Example

White with #12B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,177,156); }

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

background-color css

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

 a { background-color: rgb(18,177,156); }

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

border-color css

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

 span { border-color: rgb(18,177,156); }

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