Html Css Color HEX #04B07D Jade

📋 copy color: '#04B07D'

red 4 ◦ green 176 ◦ blue 125

#04B07D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #04B07D

Tints of Jade #04B07D

RGB

 RED value IS 4 (1.95% from 255) = 1.31%

 GREEN value IS 176 (69.14% from 255) = 57.7%

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 1.31%
G = 57.7%
B = 40.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#04B07D (or 0x04B07D) is known color: 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

RGB 4 176 125 -
CMYK 0.98 0 0.29 0.31
HSL 162.21º 0.96% 0.35% -
HSV(B) 162.21º 0.98% 0.69% -
XYZ 19.28 32.56 24.67 -
YUV 118.76 131.52 46.15 -
System Red Green Blue C M Y K H S L
Decimal 4 176 125 0.98 0 0.29 0.31 162.21 0.96 0.35
Hex 4 B0 7D 62 0 1D 1F A2 60 23
Octal 4 260 175 142 0 35 37 242 140 43
Binary 100 10110000 1111101 1100010 0 11101 11111 10100010 1100000 100011

Color Harmonies of #04B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B07D

Black with #04B07D

Text Example


Text Example

White with #04B07D

Text Example


Text Example

HTML Codes & Css Web 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>