Html Css Color HEX #04B06F Jade

📋 copy color: '#04B06F'

red 4 ◦ green 176 ◦ blue 111

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

Shades of Jade #04B06F

Tints of Jade #04B06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 1.37%
G = 60.48%
B = 38.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#04B06F (or 0x04B06F) is known color: Jade. HEX triplet: 04, B0 and 6F. RGB value is (4,176,111). Sum of RGB (Red+Green+Blue) = 4+176+111=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #04B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B06F is #FB4F90. Grayscale: #757575. Windows color (decimal): -16469905 or 7319556. OLE color: 7319556.

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

Color convert

RGB 4 176 111 -
CMYK 0.98 0 0.37 0.31
HSL 157.33º 0.96% 0.35% -
HSV(B) 157.33º 0.98% 0.69% -
XYZ 18.44 32.22 20.29 -
YUV 117.16 124.52 47.29 -
System Red Green Blue C M Y K H S L
Decimal 4 176 111 0.98 0 0.37 0.31 157.33 0.96 0.35
Hex 4 B0 6F 62 0 25 1F 9D 60 23
Octal 4 260 157 142 0 45 37 235 140 43
Binary 100 10110000 1101111 1100010 0 100101 11111 10011101 1100000 100011

Color Harmonies of #04B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B06F

Black with #04B06F

Text Example


Text Example

White with #04B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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