#04BC72

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

Shades of Jade #04BC72

Tints of Jade #04BC72

Color information

#04BC72 (or 0x04BC72) is unknown color: approx Jade. HEX triplet: 04, BC and 72. RGB value is (4,188,114). Sum of RGB (Red+Green+Blue) = 4+188+114=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC72 is #FB438D. Grayscale: #7C7C7C. Windows color (decimal): -16466830 or 7519236. OLE color: 7519236.

HSL color Cylindrical-coordinate representation of color #04BC72: hue angle of 155.87º 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 #04BC72 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB4188114-
CMYK0.9800.390.26
HSL155.87º95.83%37.65%-
HSV(B)155.87º97.87%73.73%-
XYZ21.0737.2121.99-
YUV124.55122.0442.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 188 (73.83% from 255) = 61.44%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=1.31%
G=61.44%
B=37.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41881140.9800.390.26155.8795.8337.65
Hex4BC72620271A9c6026
Octal42741621420473223414046
Binary1001011110011100101100010010011111010100111001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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