Html Css Color HEX #04B1AB Persian Green

📋 copy color: '#04B1AB'

red 4 ◦ green 177 ◦ blue 171

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

Shades of Persian Green #04B1AB

Tints of Persian Green #04B1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.28%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 1.14%
G = 50.28%
B = 48.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#04B1AB (or 0x04B1AB) is known color: Persian Green. HEX triplet: 04, B1 and AB. RGB value is (4,177,171). Sum of RGB (Red+Green+Blue) = 4+177+171=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #04B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B1AB is #FB4E54. Grayscale: #7C7C7C. Windows color (decimal): -16469589 or 11251972. OLE color: 11251972.

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

Color convert

RGB 4 177 171 -
CMYK 0.98 0 0.03 0.31
HSL 177.92º 0.96% 0.35% -
HSV(B) 177.92º 0.98% 0.69% -
XYZ 23.12 34.41 43.95 -
YUV 124.59 154.19 41.99 -
System Red Green Blue C M Y K H S L
Decimal 4 177 171 0.98 0 0.03 0.31 177.92 0.96 0.35
Hex 4 B1 AB 62 0 3 1F B2 60 23
Octal 4 261 253 142 0 3 37 262 140 43
Binary 100 10110001 10101011 1100010 0 11 11111 10110010 1100000 100011

Color Harmonies of #04B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1AB

Black with #04B1AB

Text Example


Text Example

White with #04B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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