Html Css Color HEX #0D989B Persian Green

📋 copy color: '#0D989B'

red 13 ◦ green 152 ◦ blue 155

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

Shades of Persian Green #0D989B

Tints of Persian Green #0D989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 4.06%
G = 47.5%
B = 48.44%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D989B (or 0x0D989B) is known color: Persian Green. HEX triplet: 0D, 98 and 9B. RGB value is (13,152,155). Sum of RGB (Red+Green+Blue) = 13+152+155=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D989B is #F26764. Grayscale: #6E6E6E. Windows color (decimal): -15886181 or 10197005. OLE color: 10197005.

HSL color Cylindrical-coordinate representation of color #0D989B: hue angle of 181.27º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D989B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 152 155 -
CMYK 0.92 0.02 0 0.39
HSL 181.27º 0.85% 0.33% -
HSV(B) 181.27º 0.92% 0.61% -
XYZ 17.31 24.91 34.91 -
YUV 110.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 13 152 155 0.92 0.02 0 0.39 181.27 0.85 0.33
Hex D 98 9B 5C 2 0 27 B5 55 21
Octal 15 230 233 134 2 0 47 265 125 41
Binary 1101 10011000 10011011 1011100 10 0 100111 10110101 1010101 100001

Color Harmonies of #0D989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D989B

Black with #0D989B

Text Example


Text Example

White with #0D989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,152,155); }

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

background-color css

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

 a { background-color: rgb(13,152,155); }

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

border-color css

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

 span { border-color: rgb(13,152,155); }

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