#06B08A

Color #06B08A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #06B08A

Tints of Persian Green #06B08A

Color information

#06B08A (or 0x06B08A) is unknown color: approx Persian Green. HEX triplet: 06, B0 and 8A. RGB value is (6,176,138). Sum of RGB (Red+Green+Blue) = 6+176+138=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #06B08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B08A is #F94F75. Grayscale: #787878. Windows color (decimal): -16338806 or 9089030. OLE color: 9089030.

HSL color Cylindrical-coordinate representation of color #06B08A: hue angle of 166.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B08A is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB6176138-
CMYK0.9700.220.31
HSL166.59º93.41%35.69%-
HSV(B)166.59º96.59%69.02%-
XYZ20.1932.9229.34-
YUV120.84137.6846.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 176 (69.14% from 255) = 55%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=1.88%
G=55%
B=43.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61761380.9700.220.31166.5993.4135.69
Hex6B08A610161Fa75d24
Octal62602121410263724713544
Binary1101011000010001010110000101011011111101001111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,176,138); }

 H1.HeaderClassName
 {
   color: #06B08A;
 }
 .AnyTagClassName
 {
   color: #06B08A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,176,138); }

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

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

 span { border-color: rgb(6,176,138); }

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