#069A9F

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

Shades of Persian Green #069A9F

Tints of Persian Green #069A9F

Color information

#069A9F (or 0x069A9F) is unknown color: approx Persian Green. HEX triplet: 06, 9A and 9F. RGB value is (6,154,159). Sum of RGB (Red+Green+Blue) = 6+154+159=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #069A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069A9F is #F96560. Grayscale: #6E6E6E. Windows color (decimal): -16344417 or 10459654. OLE color: 10459654.

HSL color Cylindrical-coordinate representation of color #069A9F: hue angle of 181.96º 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 #069A9F is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6154159-
CMYK0.960.0300.38
HSL181.96º92.73%32.35%-
HSV(B)181.96º96.23%62.35%-
XYZ17.8925.6536.81-
YUV110.32155.4753.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=1.88%
G=48.28%
B=49.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61541590.960.0300.38181.9692.7332.35
Hex69A9F603026b65d20
Octal6232237140304626613540
Binary11010011010100111111100000110100110101101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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