Html Css Color HEX #06A58F Persian Green

📋 copy color: '#06A58F'

red 6 ◦ green 165 ◦ blue 143

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

Shades of Persian Green #06A58F

Tints of Persian Green #06A58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.55%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 1.91%
G = 52.55%
B = 45.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#06A58F (or 0x06A58F) is known color: Persian Green. HEX triplet: 06, A5 and 8F. RGB value is (6,165,143). Sum of RGB (Red+Green+Blue) = 6+165+143=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #06A58F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A58F is #F95A70. Grayscale: #727272. Windows color (decimal): -16341617 or 9413894. OLE color: 9413894.

HSL color Cylindrical-coordinate representation of color #06A58F: hue angle of 171.7º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A58F is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 165 143 -
CMYK 0.96 0 0.13 0.35
HSL 171.7º 0.93% 0.34% -
HSV(B) 171.7º 0.96% 0.65% -
XYZ 18.49 28.93 30.6 -
YUV 114.95 143.82 50.29 -
System Red Green Blue C M Y K H S L
Decimal 6 165 143 0.96 0 0.13 0.35 171.7 0.93 0.34
Hex 6 A5 8F 60 0 D 23 AC 5D 22
Octal 6 245 217 140 0 15 43 254 135 42
Binary 110 10100101 10001111 1100000 0 1101 100011 10101100 1011101 100010

Color Harmonies of #06A58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A58F

Black with #06A58F

Text Example


Text Example

White with #06A58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,165,143); }

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

background-color css

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

 a { background-color: rgb(6,165,143); }

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

border-color css

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

 span { border-color: rgb(6,165,143); }

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