Html Css Color HEX #06A485 Persian Green

📋 copy color: '#06A485'

red 6 ◦ green 164 ◦ blue 133

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

Shades of Persian Green #06A485

Tints of Persian Green #06A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.13%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 1.98%
G = 54.13%
B = 43.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#06A485 (or 0x06A485) is known color: Persian Green. HEX triplet: 06, A4 and 85. RGB value is (6,164,133). Sum of RGB (Red+Green+Blue) = 6+164+133=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #06A485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A485 is #F95B7A. Grayscale: #717171. Windows color (decimal): -16341883 or 8758278. OLE color: 8758278.

HSL color Cylindrical-coordinate representation of color #06A485: hue angle of 168.23º 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 #06A485 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 164 133 -
CMYK 0.96 0 0.19 0.36
HSL 168.23º 0.93% 0.33% -
HSV(B) 168.23º 0.96% 0.64% -
XYZ 17.58 28.28 26.72 -
YUV 113.22 139.15 51.52 -
System Red Green Blue C M Y K H S L
Decimal 6 164 133 0.96 0 0.19 0.36 168.23 0.93 0.33
Hex 6 A4 85 60 0 13 24 A8 5D 21
Octal 6 244 205 140 0 23 44 250 135 41
Binary 110 10100100 10000101 1100000 0 10011 100100 10101000 1011101 100001

Color Harmonies of #06A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A485

Black with #06A485

Text Example


Text Example

White with #06A485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,164,133); }

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

background-color css

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

 a { background-color: rgb(6,164,133); }

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

border-color css

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

 span { border-color: rgb(6,164,133); }

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