#04B07D

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

Shades of Jade #04B07D

Tints of Jade #04B07D

Color information

#04B07D (or 0x04B07D) is unknown color: approx Jade. HEX triplet: 04, B0 and 7D. RGB value is (4,176,125). Sum of RGB (Red+Green+Blue) = 4+176+125=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #04B07D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B07D is #FB4F82. Grayscale: #767676. Windows color (decimal): -16469891 or 8237060. OLE color: 8237060.

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

Color convert

RGB4176125-
CMYK0.9800.290.31
HSL162.21º95.56%35.29%-
HSV(B)162.21º97.73%69.02%-
XYZ19.2832.5624.67-
YUV118.76131.5246.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 176 (69.14% from 255) = 57.70%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=1.31%
G=57.70%
B=40.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41761250.9800.290.31162.2195.5635.29
Hex4B07D6201D1Fa26023
Octal42601751420353724214043
Binary100101100001111101110001001110111111101000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,176,125); }

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

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

 a { background-color: rgb(4,176,125); }

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

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

 span { border-color: rgb(4,176,125); }

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