#06999B

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

Shades of Persian Green #06999B

Tints of Persian Green #06999B

Color information

#06999B (or 0x06999B) is unknown color: approx Persian Green. HEX triplet: 06, 99 and 9B. RGB value is (6,153,155). Sum of RGB (Red+Green+Blue) = 6+153+155=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #06999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06999B is #F96664. Grayscale: #6D6D6D. Windows color (decimal): -16344677 or 10197254. OLE color: 10197254.

HSL color Cylindrical-coordinate representation of color #06999B: hue angle of 180.81º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06999B is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6153155-
CMYK0.960.0100.39
HSL180.81º92.55%31.57%-
HSV(B)180.81º96.13%60.78%-
XYZ17.3825.1934.96-
YUV109.28153.854.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=1.91%
G=48.73%
B=49.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61531550.960.0100.39180.8192.5531.57
Hex6999B601027b55d20
Octal6231233140104726513540
Binary1101001100110011011110000010100111101101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06999B; }

 p { color: rgb(6,153,155); }

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

<style>
 a { background-color: #06999B; }

 a { background-color: rgb(6,153,155); }

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

<style>
 span { border-color: #06999B; }

 span { border-color: rgb(6,153,155); }

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