#08B07A

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

Shades of Jade #08B07A

Tints of Jade #08B07A

Color information

#08B07A (or 0x08B07A) is unknown color: approx Jade. HEX triplet: 08, B0 and 7A. RGB value is (8,176,122). Sum of RGB (Red+Green+Blue) = 8+176+122=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #08B07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B07A is #F74F85. Grayscale: #777777. Windows color (decimal): -16207750 or 8040456. OLE color: 8040456.

HSL color Cylindrical-coordinate representation of color #08B07A: hue angle of 160.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B07A is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB8176122-
CMYK0.9500.310.31
HSL160.71º91.3%36.08%-
HSV(B)160.71º95.45%69.02%-
XYZ19.1432.5123.68-
YUV119.61129.3448.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.61%
GREEN value IS 176 (69.14% from 255) = 57.52%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=2.61%
G=57.52%
B=39.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81761220.9500.310.31160.7191.336.08
Hex8B07A5F01F1Fa15b24
Octal102601721370373724113344
Binary1000101100001111010101111101111111111101000011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B07A; }

 p { color: rgb(8,176,122); }

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

<style>
 a { background-color: #08B07A; }

 a { background-color: rgb(8,176,122); }

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

<style>
 span { border-color: #08B07A; }

 span { border-color: rgb(8,176,122); }

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