Html Css Color HEX #04B09C Persian Green

📋 copy color: '#04B09C'

red 4 ◦ green 176 ◦ blue 156

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

Shades of Persian Green #04B09C

Tints of Persian Green #04B09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 1.19%
G = 52.38%
B = 46.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#04B09C (or 0x04B09C) is known color: Persian Green. HEX triplet: 04, B0 and 9C. RGB value is (4,176,156). Sum of RGB (Red+Green+Blue) = 4+176+156=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #04B09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B09C is #FB4F63. Grayscale: #7A7A7A. Windows color (decimal): -16469860 or 10268676. OLE color: 10268676.

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

Color convert

RGB 4 176 156 -
CMYK 0.98 0 0.11 0.31
HSL 173.02º 0.96% 0.35% -
HSV(B) 173.02º 0.98% 0.69% -
XYZ 21.58 33.48 36.78 -
YUV 122.29 147.02 43.63 -
System Red Green Blue C M Y K H S L
Decimal 4 176 156 0.98 0 0.11 0.31 173.02 0.96 0.35
Hex 4 B0 9C 62 0 B 1F AD 60 23
Octal 4 260 234 142 0 13 37 255 140 43
Binary 100 10110000 10011100 1100010 0 1011 11111 10101101 1100000 100011

Color Harmonies of #04B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B09C

Black with #04B09C

Text Example


Text Example

White with #04B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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