#089E6A

Color #089E6A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #089E6A

Tints of Jade #089E6A

Color information

#089E6A (or 0x089E6A) is unknown color: approx Jade. HEX triplet: 08, 9E and 6A. RGB value is (8,158,106). Sum of RGB (Red+Green+Blue) = 8+158+106=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #089E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089E6A is #F76195. Grayscale: #6B6B6B. Windows color (decimal): -16212374 or 6987272. OLE color: 6987272.

HSL color Cylindrical-coordinate representation of color #089E6A: hue angle of 159.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089E6A is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB8158106-
CMYK0.9500.330.38
HSL159.2º90.36%32.55%-
HSV(B)159.2º94.94%61.96%-
XYZ14.9325.5517.78-
YUV107.22127.357.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 158 (62.11% from 255) = 58.09%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=2.94%
G=58.09%
B=38.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81581060.9500.330.38159.290.3632.55
Hex89E6A5F021269f5a21
Octal102361521370414623713241
Binary100010011110110101010111110100001100110100111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089E6A; }

 p { color: rgb(8,158,106); }

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

<style>
 a { background-color: #089E6A; }

 a { background-color: rgb(8,158,106); }

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

<style>
 span { border-color: #089E6A; }

 span { border-color: rgb(8,158,106); }

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