Html Css Color HEX #03AEAC Persian Green

📋 copy color: '#03AEAC'

red 3 ◦ green 174 ◦ blue 172

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

Shades of Persian Green #03AEAC

Tints of Persian Green #03AEAC

RGB

 RED value IS 3 (1.56% from 255) = 0.86%

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 0.86%
G = 49.86%
B = 49.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#03AEAC (or 0x03AEAC) is known color: Persian Green. HEX triplet: 03, AE and AC. RGB value is (3,174,172). Sum of RGB (Red+Green+Blue) = 3+174+172=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #03AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AEAC is #FC5153. Grayscale: #7A7A7A. Windows color (decimal): -16535892 or 11316739. OLE color: 11316739.

HSL color Cylindrical-coordinate representation of color #03AEAC: hue angle of 179.3º degrees, saturation: 0.97, 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 #03AEAC is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 174 172 -
CMYK 0.98 0 0.01 0.32
HSL 179.3º 0.97% 0.35% -
HSV(B) 179.3º 0.98% 0.68% -
XYZ 22.62 33.27 44.26 -
YUV 122.64 155.85 42.66 -
System Red Green Blue C M Y K H S L
Decimal 3 174 172 0.98 0 0.01 0.32 179.3 0.97 0.35
Hex 3 AE AC 62 0 1 20 B3 61 23
Octal 3 256 254 142 0 1 40 263 141 43
Binary 11 10101110 10101100 1100010 0 1 100000 10110011 1100001 100011

Color Harmonies of #03AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AEAC

Black with #03AEAC

Text Example


Text Example

White with #03AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AEAC; }

 p { color: rgb(3,174,172); }

 H1.HeaderClassName
 {
   color: #03AEAC;
 }
 .AnyTagClassName
 {
   color: #03AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #03AEAC; }

 a { background-color: rgb(3,174,172); }

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

border-color css

<style>
 span { border-color: #03AEAC; }

 span { border-color: rgb(3,174,172); }

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