#069E88

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

Shades of Persian Green #069E88

Tints of Persian Green #069E88

Color information

#069E88 (or 0x069E88) is unknown color: approx Persian Green. HEX triplet: 06, 9E and 88. RGB value is (6,158,136). Sum of RGB (Red+Green+Blue) = 6+158+136=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #069E88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069E88 is #F96177. Grayscale: #6D6D6D. Windows color (decimal): -16343416 or 8953350. OLE color: 8953350.

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

Color convert

RGB6158136-
CMYK0.9600.140.38
HSL171.32º92.68%32.16%-
HSV(B)171.32º96.2%61.96%-
XYZ16.7526.2727.48-
YUV110.04142.6453.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2%
GREEN value IS 158 (62.11% from 255) = 52.67%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=2%
G=52.67%
B=45.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61581360.9600.140.38171.3292.6832.16
Hex69E88600E26ab5d20
Octal62362101400164625313540
Binary1101001111010001000110000001110100110101010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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