#12B199

Color #12B199 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #12B199

Tints of Persian Green #12B199

Color information

#12B199 (or 0x12B199) is unknown color: approx Persian Green. HEX triplet: 12, B1 and 99. RGB value is (18,177,153). Sum of RGB (Red+Green+Blue) = 18+177+153=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #12B199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B199 is #ED4E66. Grayscale: #7E7E7E. Windows color (decimal): -15552103 or 10072338. OLE color: 10072338.

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

Color convert

RGB18177153-
CMYK0.9000.140.31
HSL170.94º81.54%38.24%-
HSV(B)170.94º89.83%69.41%-
XYZ21.7233.8735.53-
YUV126.72142.8250.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.17%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=5.17%
G=50.86%
B=43.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181771530.9000.140.31170.9481.5438.24
Hex12B1995A0E1Fab5226
Octal222612311320163725312246
Binary10010101100011001100110110100111011111101010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12B199;
 }
 .AnyTagClassName
 {
   color: #12B199;
 }
</style>
background-color css

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

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

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

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

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

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