#069C9F

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

Shades of Persian Green #069C9F

Tints of Persian Green #069C9F

Color information

#069C9F (or 0x069C9F) is unknown color: approx Persian Green. HEX triplet: 06, 9C and 9F. RGB value is (6,156,159). Sum of RGB (Red+Green+Blue) = 6+156+159=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #069C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069C9F is #F96360. Grayscale: #6F6F6F. Windows color (decimal): -16343905 or 10460166. OLE color: 10460166.

HSL color Cylindrical-coordinate representation of color #069C9F: hue angle of 181.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C9F is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6156159-
CMYK0.960.0200.38
HSL181.18º92.73%32.35%-
HSV(B)181.18º96.23%62.35%-
XYZ18.2226.3236.92-
YUV111.49154.852.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.87%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=1.87%
G=48.60%
B=49.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61561590.960.0200.38181.1892.7332.35
Hex69C9F602026b55d20
Octal6234237140204626513540
Binary11010011100100111111100000100100110101101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069C9F; }

 p { color: rgb(6,156,159); }

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

<style>
 a { background-color: #069C9F; }

 a { background-color: rgb(6,156,159); }

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

<style>
 span { border-color: #069C9F; }

 span { border-color: rgb(6,156,159); }

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