Html Css Color HEX #04AEAB Persian Green

📋 copy color: '#04AEAB'

red 4 ◦ green 174 ◦ blue 171

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

Shades of Persian Green #04AEAB

Tints of Persian Green #04AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.86%

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

R = 1.15%
G = 49.86%
B = 49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#04AEAB (or 0x04AEAB) is known color: Persian Green. HEX triplet: 04, AE and AB. RGB value is (4,174,171). Sum of RGB (Red+Green+Blue) = 4+174+171=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #04AEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AEAB is #FB5154. Grayscale: #7A7A7A. Windows color (decimal): -16470357 or 11251204. OLE color: 11251204.

HSL color Cylindrical-coordinate representation of color #04AEAB: hue angle of 178.94º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AEAB is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 174 171 -
CMYK 0.98 0 0.02 0.32
HSL 178.94º 0.96% 0.35% -
HSV(B) 178.94º 0.98% 0.68% -
XYZ 22.54 33.24 43.76 -
YUV 122.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 4 174 171 0.98 0 0.02 0.32 178.94 0.96 0.35
Hex 4 AE AB 62 0 2 20 B3 60 23
Octal 4 256 253 142 0 2 40 263 140 43
Binary 100 10101110 10101011 1100010 0 10 100000 10110011 1100000 100011

Color Harmonies of #04AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEAB

Black with #04AEAB

Text Example


Text Example

White with #04AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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