#069E96

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

Shades of Persian Green #069E96

Tints of Persian Green #069E96

Color information

#069E96 (or 0x069E96) is unknown color: approx Persian Green. HEX triplet: 06, 9E and 96. RGB value is (6,158,150). Sum of RGB (Red+Green+Blue) = 6+158+150=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #069E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069E96 is #F96169. Grayscale: #6F6F6F. Windows color (decimal): -16343402 or 9870854. OLE color: 9870854.

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

Color convert

RGB6158150-
CMYK0.9600.050.38
HSL176.84º92.68%32.16%-
HSV(B)176.84º96.2%61.96%-
XYZ17.8126.6933.07-
YUV111.64149.6452.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=1.91%
G=50.32%
B=47.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61581500.9600.050.38176.8492.6832.16
Hex69E96600526b15d20
Octal6236226140054626113540
Binary110100111101001011011000000101100110101100011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,158,150); }

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

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

 a { background-color: rgb(6,158,150); }

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

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

 span { border-color: rgb(6,158,150); }

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