Html Css Color HEX #0DAAA2 Persian Green

📋 copy color: '#0DAAA2'

red 13 ◦ green 170 ◦ blue 162

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

Shades of Persian Green #0DAAA2

Tints of Persian Green #0DAAA2

RGB

 RED value IS 13 (5.47% from 255) = 3.77%

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 3.77%
G = 49.28%
B = 46.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#0DAAA2 (or 0x0DAAA2) is known color: Persian Green. HEX triplet: 0D, AA and A2. RGB value is (13,170,162). Sum of RGB (Red+Green+Blue) = 13+170+162=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAA2 is #F2555D. Grayscale: #7A7A7A. Windows color (decimal): -15881566 or 10660365. OLE color: 10660365.

HSL color Cylindrical-coordinate representation of color #0DAAA2: hue angle of 176.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAAA2 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 170 162 -
CMYK 0.92 0 0.05 0.33
HSL 176.94º 0.86% 0.36% -
HSV(B) 176.94º 0.92% 0.67% -
XYZ 21.06 31.44 39.14 -
YUV 122.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 13 170 162 0.92 0 0.05 0.33 176.94 0.86 0.36
Hex D AA A2 5C 0 5 21 B1 56 24
Octal 15 252 242 134 0 5 41 261 126 44
Binary 1101 10101010 10100010 1011100 0 101 100001 10110001 1010110 100100

Color Harmonies of #0DAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAA2

Black with #0DAAA2

Text Example


Text Example

White with #0DAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DAAA2; }

 p { color: rgb(13,170,162); }

 H1.HeaderClassName
 {
   color: #0DAAA2;
 }
 .AnyTagClassName
 {
   color: #0DAAA2;
 }
</style>

background-color css

<style>
 a { background-color: #0DAAA2; }

 a { background-color: rgb(13,170,162); }

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

border-color css

<style>
 span { border-color: #0DAAA2; }

 span { border-color: rgb(13,170,162); }

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