Html Css Color HEX #06A393 Persian Green

📋 copy color: '#06A393'

red 6 ◦ green 163 ◦ blue 147

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

Shades of Persian Green #06A393

Tints of Persian Green #06A393

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

 GREEN value IS 163 (64.06% from 255) = 51.58%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 1.9%
G = 51.58%
B = 46.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#06A393 (or 0x06A393) is known color: Persian Green. HEX triplet: 06, A3 and 93. RGB value is (6,163,147). Sum of RGB (Red+Green+Blue) = 6+163+147=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #06A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A393 is #F95C6C. Grayscale: #727272. Windows color (decimal): -16342125 or 9675526. OLE color: 9675526.

HSL color Cylindrical-coordinate representation of color #06A393: hue angle of 173.89º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A393 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 163 147 -
CMYK 0.96 0 0.10 0.36
HSL 173.89º 0.93% 0.33% -
HSV(B) 173.89º 0.96% 0.64% -
XYZ 18.44 28.34 32.1 -
YUV 114.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 6 163 147 0.96 0 0.10 0.36 173.89 0.93 0.33
Hex 6 A3 93 60 0 A 24 AE 5D 21
Octal 6 243 223 140 0 12 44 256 135 41
Binary 110 10100011 10010011 1100000 0 1010 100100 10101110 1011101 100001

Color Harmonies of #06A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A393

Black with #06A393

Text Example


Text Example

White with #06A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A393; }

 p { color: rgb(6,163,147); }

 H1.HeaderClassName
 {
   color: #06A393;
 }
 .AnyTagClassName
 {
   color: #06A393;
 }
</style>

background-color css

<style>
 a { background-color: #06A393; }

 a { background-color: rgb(6,163,147); }

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

border-color css

<style>
 span { border-color: #06A393; }

 span { border-color: rgb(6,163,147); }

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