Html Css Color HEX #02AEAB Persian Green

📋 copy color: '#02AEAB'

red 2 ◦ green 174 ◦ blue 171

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

Shades of Persian Green #02AEAB

Tints of Persian Green #02AEAB

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

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

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

R = 0.58%
G = 50.14%
B = 49.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#02AEAB (or 0x02AEAB) is known color: Persian Green. HEX triplet: 02, AE and AB. RGB value is (2,174,171). Sum of RGB (Red+Green+Blue) = 2+174+171=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEAB is #FD5154. Grayscale: #7A7A7A. Windows color (decimal): -16601429 or 11251202. OLE color: 11251202.

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

Color convert

RGB 2 174 171 -
CMYK 0.99 0 0.02 0.32
HSL 178.95º 0.98% 0.35% -
HSV(B) 178.95º 0.99% 0.68% -
XYZ 22.51 33.23 43.75 -
YUV 122.23 155.52 42.24 -
System Red Green Blue C M Y K H S L
Decimal 2 174 171 0.99 0 0.02 0.32 178.95 0.98 0.35
Hex 2 AE AB 63 0 2 20 B3 62 23
Octal 2 256 253 143 0 2 40 263 142 43
Binary 10 10101110 10101011 1100011 0 10 100000 10110011 1100010 100011

Color Harmonies of #02AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEAB

Black with #02AEAB

Text Example


Text Example

White with #02AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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