Html Css Color HEX #06B59A Persian Green

📋 copy color: '#06B59A'

red 6 ◦ green 181 ◦ blue 154

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

Shades of Persian Green #06B59A

Tints of Persian Green #06B59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.08%

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 1.76%
G = 53.08%
B = 45.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#06B59A (or 0x06B59A) is known color: Persian Green. HEX triplet: 06, B5 and 9A. RGB value is (6,181,154). Sum of RGB (Red+Green+Blue) = 6+181+154=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #06B59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B59A is #F94A65. Grayscale: #7D7D7D. Windows color (decimal): -16337510 or 10138886. OLE color: 10138886.

HSL color Cylindrical-coordinate representation of color #06B59A: hue angle of 170.74º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B59A is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 181 154 -
CMYK 0.97 0 0.15 0.29
HSL 170.74º 0.94% 0.37% -
HSV(B) 170.74º 0.97% 0.71% -
XYZ 22.43 35.42 36.23 -
YUV 125.6 144.02 42.7 -
System Red Green Blue C M Y K H S L
Decimal 6 181 154 0.97 0 0.15 0.29 170.74 0.94 0.37
Hex 6 B5 9A 61 0 F 1D AB 5E 25
Octal 6 265 232 141 0 17 35 253 136 45
Binary 110 10110101 10011010 1100001 0 1111 11101 10101011 1011110 100101

Color Harmonies of #06B59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B59A

Black with #06B59A

Text Example


Text Example

White with #06B59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,181,154); }

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

background-color css

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

 a { background-color: rgb(6,181,154); }

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

border-color css

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

 span { border-color: rgb(6,181,154); }

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