Html Css Color HEX #04B696 Persian Green

📋 copy color: '#04B696'

red 4 ◦ green 182 ◦ blue 150

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

Shades of Persian Green #04B696

Tints of Persian Green #04B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 1.19%
G = 54.17%
B = 44.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#04B696 (or 0x04B696) is known color: Persian Green. HEX triplet: 04, B6 and 96. RGB value is (4,182,150). Sum of RGB (Red+Green+Blue) = 4+182+150=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #04B696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B696 is #FB4969. Grayscale: #7D7D7D. Windows color (decimal): -16468330 or 9876996. OLE color: 9876996.

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

Color convert

RGB 4 182 150 -
CMYK 0.98 0 0.18 0.29
HSL 169.21º 0.96% 0.36% -
HSV(B) 169.21º 0.98% 0.71% -
XYZ 22.28 35.68 34.57 -
YUV 125.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 4 182 150 0.98 0 0.18 0.29 169.21 0.96 0.36
Hex 4 B6 96 62 0 12 1D A9 60 24
Octal 4 266 226 142 0 22 35 251 140 44
Binary 100 10110110 10010110 1100010 0 10010 11101 10101001 1100000 100100

Color Harmonies of #04B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B696

Black with #04B696

Text Example


Text Example

White with #04B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,182,150); }

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

background-color css

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

 a { background-color: rgb(4,182,150); }

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

border-color css

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

 span { border-color: rgb(4,182,150); }

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