#12B299

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

Shades of Persian Green #12B299

Tints of Persian Green #12B299

Color information

#12B299 (or 0x12B299) is unknown color: approx Persian Green. HEX triplet: 12, B2 and 99. RGB value is (18,178,153). Sum of RGB (Red+Green+Blue) = 18+178+153=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #12B299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B299 is #ED4D66. Grayscale: #7F7F7F. Windows color (decimal): -15551847 or 10072594. OLE color: 10072594.

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

Color convert

RGB18178153-
CMYK0.9000.140.30
HSL170.62º81.63%38.43%-
HSV(B)170.62º89.89%69.8%-
XYZ21.9234.2735.6-
YUV127.31142.4950.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=5.16%
G=51.00%
B=43.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181781530.9000.140.30170.6281.6338.43
Hex12B2995A0E1Eab5226
Octal222622311320163625312246
Binary10010101100101001100110110100111011110101010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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