#00BE7E

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

Shades of Jade #00BE7E

Tints of Jade #00BE7E

Color information

#00BE7E (or 0x00BE7E) is unknown color: approx Jade. HEX triplet: 00, BE and 7E. RGB value is (0,190,126). Sum of RGB (Red+Green+Blue) = 0+190+126=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE7E is #FF4181. Grayscale: #7D7D7D. Windows color (decimal): -16728450 or 8306176. OLE color: 8306176.

HSL color Cylindrical-coordinate representation of color #00BE7E: hue angle of 159.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE7E is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB0190126-
CMYK100.340.25
HSL159.79º100%37.25%-
HSV(B)159.79º100%74.51%-
XYZ22.1838.3325.97-
YUV125.89128.0538.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 190 (74.61% from 255) = 60.13%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=0%
G=60.13%
B=39.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0190126100.340.25159.7910037.25
Hex0BE7E6402219a06425
Octal02761761440423124014445
Binary01011111011111101100100010001011001101000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BE7E; }

 p { color: rgb(0,190,126); }

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

<style>
 a { background-color: #00BE7E; }

 a { background-color: rgb(0,190,126); }

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

<style>
 span { border-color: #00BE7E; }

 span { border-color: rgb(0,190,126); }

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