Html Css Color HEX #0D825D Deep Sea

📋 copy color: '#0D825D'

red 13 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #0D825D

Tints of Deep Sea #0D825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 5.51%
G = 55.08%
B = 39.41%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#0D825D (or 0x0D825D) is known color: Deep Sea. HEX triplet: 0D, 82 and 5D. RGB value is (13,130,93). Sum of RGB (Red+Green+Blue) = 13+130+93=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #0D825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D825D is #F27DA2. Grayscale: #5A5A5A. Windows color (decimal): -15891875 or 6128141. OLE color: 6128141.

HSL color Cylindrical-coordinate representation of color #0D825D: hue angle of 161.03º 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 #0D825D is Cyan = 0.9, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 130 93 -
CMYK 0.9 0 0.28 0.49
HSL 161.03º 0.82% 0.28% -
HSV(B) 161.03º 0.9% 0.51% -
XYZ 10.12 16.84 13.07 -
YUV 90.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 13 130 93 0.9 0 0.28 0.49 161.03 0.82 0.28
Hex D 82 5D 5A 0 1C 31 A1 52 1C
Octal 15 202 135 132 0 34 61 241 122 34
Binary 1101 10000010 1011101 1011010 0 11100 110001 10100001 1010010 11100

Color Harmonies of #0D825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D825D

Black with #0D825D

Text Example


Text Example

White with #0D825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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