Html Css Color HEX #03AEAB Persian Green

📋 copy color: '#03AEAB'

red 3 ◦ green 174 ◦ blue 171

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

Shades of Persian Green #03AEAB

Tints of Persian Green #03AEAB

RGB

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

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

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

R = 0.86%
G = 50%
B = 49.14%

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

#03AEAB (or 0x03AEAB) is known color: Persian Green. HEX triplet: 03, AE and AB. RGB value is (3,174,171). Sum of RGB (Red+Green+Blue) = 3+174+171=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #03AEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AEAB is #FC5154. Grayscale: #7A7A7A. Windows color (decimal): -16535893 or 11251203. OLE color: 11251203.

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

Color convert

RGB 3 174 171 -
CMYK 0.98 0 0.02 0.32
HSL 178.95º 0.97% 0.35% -
HSV(B) 178.95º 0.98% 0.68% -
XYZ 22.52 33.23 43.76 -
YUV 122.53 155.35 42.74 -
System Red Green Blue C M Y K H S L
Decimal 3 174 171 0.98 0 0.02 0.32 178.95 0.97 0.35
Hex 3 AE AB 62 0 2 20 B3 61 23
Octal 3 256 253 142 0 2 40 263 141 43
Binary 11 10101110 10101011 1100010 0 10 100000 10110011 1100001 100011

Color Harmonies of #03AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AEAB

Black with #03AEAB

Text Example


Text Example

White with #03AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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