Html Css Color HEX #0D825B Deep Sea

📋 copy color: '#0D825B'

red 13 ◦ green 130 ◦ blue 91

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

Shades of Deep Sea #0D825B

Tints of Deep Sea #0D825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 5.56%
G = 55.56%
B = 38.89%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#0D825B (or 0x0D825B) is known color: Deep Sea. HEX triplet: 0D, 82 and 5B. RGB value is (13,130,91). Sum of RGB (Red+Green+Blue) = 13+130+91=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #0D825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D825B is #F27DA4. Grayscale: #5A5A5A. Windows color (decimal): -15891877 or 5997069. OLE color: 5997069.

HSL color Cylindrical-coordinate representation of color #0D825B: hue angle of 160º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D825B is Cyan = 0.9, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 130 91 -
CMYK 0.9 0 0.30 0.49
HSL 160º 0.82% 0.28% -
HSV(B) 160º 0.9% 0.51% -
XYZ 10.04 16.81 12.61 -
YUV 90.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 13 130 91 0.9 0 0.30 0.49 160 0.82 0.28
Hex D 82 5B 5A 0 1E 31 A0 52 1C
Octal 15 202 133 132 0 36 61 240 122 34
Binary 1101 10000010 1011011 1011010 0 11110 110001 10100000 1010010 11100

Color Harmonies of #0D825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D825B

Black with #0D825B

Text Example


Text Example

White with #0D825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,130,91); }

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

background-color css

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

 a { background-color: rgb(13,130,91); }

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

border-color css

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

 span { border-color: rgb(13,130,91); }

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