Html Css Color HEX #12AB9C Persian Green

📋 copy color: '#12AB9C'

red 18 ◦ green 171 ◦ blue 156

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

Shades of Persian Green #12AB9C

Tints of Persian Green #12AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.57%

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

R = 5.22%
G = 49.57%
B = 45.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#12AB9C (or 0x12AB9C) is known color: Persian Green. HEX triplet: 12, AB and 9C. RGB value is (18,171,156). Sum of RGB (Red+Green+Blue) = 18+171+156=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB9C is #ED5463. Grayscale: #7B7B7B. Windows color (decimal): -15553636 or 10267410. OLE color: 10267410.

HSL color Cylindrical-coordinate representation of color #12AB9C: hue angle of 174.12º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB9C is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 156 -
CMYK 0.89 0 0.09 0.33
HSL 174.12º 0.81% 0.37% -
HSV(B) 174.12º 0.89% 0.67% -
XYZ 20.81 31.65 36.47 -
YUV 123.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 18 171 156 0.89 0 0.09 0.33 174.12 0.81 0.37
Hex 12 AB 9C 59 0 9 21 AE 51 25
Octal 22 253 234 131 0 11 41 256 121 45
Binary 10010 10101011 10011100 1011001 0 1001 100001 10101110 1010001 100101

Color Harmonies of #12AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB9C

Black with #12AB9C

Text Example


Text Example

White with #12AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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