Html Css Color HEX #04B17D Jade

📋 copy color: '#04B17D'

red 4 ◦ green 177 ◦ blue 125

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

Shades of Jade #04B17D

Tints of Jade #04B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.84%

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

R = 1.31%
G = 57.84%
B = 40.85%

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

#04B17D (or 0x04B17D) is known color: Jade. HEX triplet: 04, B1 and 7D. RGB value is (4,177,125). Sum of RGB (Red+Green+Blue) = 4+177+125=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #04B17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B17D is #FB4E82. Grayscale: #777777. Windows color (decimal): -16469635 or 8237316. OLE color: 8237316.

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

Color convert

RGB 4 177 125 -
CMYK 0.98 0 0.29 0.31
HSL 161.97º 0.96% 0.35% -
HSV(B) 161.97º 0.98% 0.69% -
XYZ 19.47 32.95 24.74 -
YUV 119.35 131.19 45.73 -
System Red Green Blue C M Y K H S L
Decimal 4 177 125 0.98 0 0.29 0.31 161.97 0.96 0.35
Hex 4 B1 7D 62 0 1D 1F A2 60 23
Octal 4 261 175 142 0 35 37 242 140 43
Binary 100 10110001 1111101 1100010 0 11101 11111 10100010 1100000 100011

Color Harmonies of #04B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B17D

Black with #04B17D

Text Example


Text Example

White with #04B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04B17D;
 }
 .AnyTagClassName
 {
   color: #04B17D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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