Html Css Color HEX #03AE9C Persian Green

📋 copy color: '#03AE9C'

red 3 ◦ green 174 ◦ blue 156

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

Shades of Persian Green #03AE9C

Tints of Persian Green #03AE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 0.9%
G = 52.25%
B = 46.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#03AE9C (or 0x03AE9C) is known color: Persian Green. HEX triplet: 03, AE and 9C. RGB value is (3,174,156). Sum of RGB (Red+Green+Blue) = 3+174+156=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AE9C is #FC5163. Grayscale: #787878. Windows color (decimal): -16535908 or 10268163. OLE color: 10268163.

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

Color convert

RGB 3 174 156 -
CMYK 0.98 0 0.10 0.32
HSL 173.68º 0.97% 0.35% -
HSV(B) 173.68º 0.98% 0.68% -
XYZ 21.17 32.69 36.65 -
YUV 120.82 147.85 43.96 -
System Red Green Blue C M Y K H S L
Decimal 3 174 156 0.98 0 0.10 0.32 173.68 0.97 0.35
Hex 3 AE 9C 62 0 A 20 AE 61 23
Octal 3 256 234 142 0 12 40 256 141 43
Binary 11 10101110 10011100 1100010 0 1010 100000 10101110 1100001 100011

Color Harmonies of #03AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AE9C

Black with #03AE9C

Text Example


Text Example

White with #03AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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