Html Css Color HEX #04AB9B Persian Green

📋 copy color: '#04AB9B'

red 4 ◦ green 171 ◦ blue 155

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

Shades of Persian Green #04AB9B

Tints of Persian Green #04AB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.82%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 1.21%
G = 51.82%
B = 46.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#04AB9B (or 0x04AB9B) is known color: Persian Green. HEX triplet: 04, AB and 9B. RGB value is (4,171,155). Sum of RGB (Red+Green+Blue) = 4+171+155=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB9B is #FB5464. Grayscale: #777777. Windows color (decimal): -16471141 or 10201860. OLE color: 10201860.

HSL color Cylindrical-coordinate representation of color #04AB9B: hue angle of 174.25º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB9B is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 171 155 -
CMYK 0.98 0 0.09 0.33
HSL 174.25º 0.95% 0.34% -
HSV(B) 174.25º 0.98% 0.67% -
XYZ 20.53 31.52 36.01 -
YUV 119.24 148.17 45.8 -
System Red Green Blue C M Y K H S L
Decimal 4 171 155 0.98 0 0.09 0.33 174.25 0.95 0.34
Hex 4 AB 9B 62 0 9 21 AE 5F 22
Octal 4 253 233 142 0 11 41 256 137 42
Binary 100 10101011 10011011 1100010 0 1001 100001 10101110 1011111 100010

Color Harmonies of #04AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB9B

Black with #04AB9B

Text Example


Text Example

White with #04AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,155); }

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

background-color css

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

 a { background-color: rgb(4,171,155); }

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

border-color css

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

 span { border-color: rgb(4,171,155); }

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