#069E8E

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

Shades of Persian Green #069E8E

Tints of Persian Green #069E8E

Color information

#069E8E (or 0x069E8E) is unknown color: approx Persian Green. HEX triplet: 06, 9E and 8E. RGB value is (6,158,142). Sum of RGB (Red+Green+Blue) = 6+158+142=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #069E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069E8E is #F96171. Grayscale: #6E6E6E. Windows color (decimal): -16343410 or 9346566. OLE color: 9346566.

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

Color convert

RGB6158142-
CMYK0.9600.100.38
HSL173.68º92.68%32.16%-
HSV(B)173.68º96.2%61.96%-
XYZ17.1826.4529.79-
YUV110.73145.6453.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.96%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=1.96%
G=51.63%
B=46.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61581420.9600.100.38173.6892.6832.16
Hex69E8E600A26ae5d20
Octal62362161400124625613540
Binary1101001111010001110110000001010100110101011101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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