#04BC7B

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

Shades of Jade #04BC7B

Tints of Jade #04BC7B

Color information

#04BC7B (or 0x04BC7B) is unknown color: approx Jade. HEX triplet: 04, BC and 7B. RGB value is (4,188,123). Sum of RGB (Red+Green+Blue) = 4+188+123=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC7B is #FB4384. Grayscale: #7D7D7D. Windows color (decimal): -16466821 or 8109060. OLE color: 8109060.

HSL color Cylindrical-coordinate representation of color #04BC7B: hue angle of 158.8º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC7B is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB4188123-
CMYK0.9800.350.26
HSL158.8º95.83%37.65%-
HSV(B)158.8º97.87%73.73%-
XYZ21.6137.4224.82-
YUV125.57126.5441.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=1.27%
G=59.68%
B=39.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41881230.9800.350.26158.895.8337.65
Hex4BC7B620231A9f6026
Octal42741731420433223714046
Binary1001011110011110111100010010001111010100111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BC7B; }

 p { color: rgb(4,188,123); }

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

<style>
 a { background-color: #04BC7B; }

 a { background-color: rgb(4,188,123); }

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

<style>
 span { border-color: #04BC7B; }

 span { border-color: rgb(4,188,123); }

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