Html Css Color HEX #04998C Persian Green

📋 copy color: '#04998C'

red 4 ◦ green 153 ◦ blue 140

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

Shades of Persian Green #04998C

Tints of Persian Green #04998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 1.35%
G = 51.52%
B = 47.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#04998C (or 0x04998C) is known color: Persian Green. HEX triplet: 04, 99 and 8C. RGB value is (4,153,140). Sum of RGB (Red+Green+Blue) = 4+153+140=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #04998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04998C is #FB6673. Grayscale: #6A6A6A. Windows color (decimal): -16475764 or 9214212. OLE color: 9214212.

HSL color Cylindrical-coordinate representation of color #04998C: hue angle of 174.77º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04998C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 153 140 -
CMYK 0.97 0 0.08 0.4
HSL 174.77º 0.95% 0.31% -
HSV(B) 174.77º 0.97% 0.6% -
XYZ 16.17 24.7 28.73 -
YUV 106.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 4 153 140 0.97 0 0.08 0.4 174.77 0.95 0.31
Hex 4 99 8C 61 0 8 28 AF 5F 1F
Octal 4 231 214 141 0 10 50 257 137 37
Binary 100 10011001 10001100 1100001 0 1000 101000 10101111 1011111 11111

Color Harmonies of #04998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04998C

Black with #04998C

Text Example


Text Example

White with #04998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04998C; }

 p { color: rgb(4,153,140); }

 H1.HeaderClassName
 {
   color: #04998C;
 }
 .AnyTagClassName
 {
   color: #04998C;
 }
</style>

background-color css

<style>
 a { background-color: #04998C; }

 a { background-color: rgb(4,153,140); }

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

border-color css

<style>
 span { border-color: #04998C; }

 span { border-color: rgb(4,153,140); }

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