Html Css Color HEX #06A095 Persian Green

📋 copy color: '#06A095'

red 6 ◦ green 160 ◦ blue 149

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

Shades of Persian Green #06A095

Tints of Persian Green #06A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 1.9%
G = 50.79%
B = 47.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#06A095 (or 0x06A095) is known color: Persian Green. HEX triplet: 06, A0 and 95. RGB value is (6,160,149). Sum of RGB (Red+Green+Blue) = 6+160+149=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #06A095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A095 is #F95F6A. Grayscale: #707070. Windows color (decimal): -16342891 or 9805830. OLE color: 9805830.

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

Color convert

RGB 6 160 149 -
CMYK 0.96 0 0.07 0.37
HSL 175.71º 0.93% 0.33% -
HSV(B) 175.71º 0.96% 0.63% -
XYZ 18.07 27.35 32.76 -
YUV 112.7 148.48 51.89 -
System Red Green Blue C M Y K H S L
Decimal 6 160 149 0.96 0 0.07 0.37 175.71 0.93 0.33
Hex 6 A0 95 60 0 7 25 B0 5D 21
Octal 6 240 225 140 0 7 45 260 135 41
Binary 110 10100000 10010101 1100000 0 111 100101 10110000 1011101 100001

Color Harmonies of #06A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A095

Black with #06A095

Text Example


Text Example

White with #06A095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,160,149); }

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

background-color css

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

 a { background-color: rgb(6,160,149); }

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

border-color css

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

 span { border-color: rgb(6,160,149); }

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