Html Css Color HEX #04B082 Mountain Meadow

📋 copy color: '#04B082'

red 4 ◦ green 176 ◦ blue 130

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

Shades of Mountain Meadow #04B082

Tints of Mountain Meadow #04B082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 1.29%
G = 56.77%
B = 41.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#04B082 (or 0x04B082) is known color: Mountain Meadow. HEX triplet: 04, B0 and 82. RGB value is (4,176,130). Sum of RGB (Red+Green+Blue) = 4+176+130=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #04B082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B082 is #FB4F7D. Grayscale: #777777. Windows color (decimal): -16469886 or 8564740. OLE color: 8564740.

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

Color convert

RGB 4 176 130 -
CMYK 0.98 0 0.26 0.31
HSL 163.95º 0.96% 0.35% -
HSV(B) 163.95º 0.98% 0.69% -
XYZ 19.6 32.69 26.4 -
YUV 119.33 134.02 45.74 -
System Red Green Blue C M Y K H S L
Decimal 4 176 130 0.98 0 0.26 0.31 163.95 0.96 0.35
Hex 4 B0 82 62 0 1A 1F A4 60 23
Octal 4 260 202 142 0 32 37 244 140 43
Binary 100 10110000 10000010 1100010 0 11010 11111 10100100 1100000 100011

Color Harmonies of #04B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B082

Black with #04B082

Text Example


Text Example

White with #04B082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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