Html Css Color HEX #0D825E Deep Sea

📋 copy color: '#0D825E'

red 13 ◦ green 130 ◦ blue 94

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

Shades of Deep Sea #0D825E

Tints of Deep Sea #0D825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 5.49%
G = 54.85%
B = 39.66%

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

#0D825E (or 0x0D825E) is known color: Deep Sea. HEX triplet: 0D, 82 and 5E. RGB value is (13,130,94). Sum of RGB (Red+Green+Blue) = 13+130+94=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #0D825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D825E is #F27DA1. Grayscale: #5A5A5A. Windows color (decimal): -15891874 or 6193677. OLE color: 6193677.

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

Color convert

RGB 13 130 94 -
CMYK 0.9 0 0.28 0.49
HSL 161.54º 0.82% 0.28% -
HSV(B) 161.54º 0.9% 0.51% -
XYZ 10.17 16.86 13.31 -
YUV 90.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 13 130 94 0.9 0 0.28 0.49 161.54 0.82 0.28
Hex D 82 5E 5A 0 1C 31 A2 52 1C
Octal 15 202 136 132 0 34 61 242 122 34
Binary 1101 10000010 1011110 1011010 0 11100 110001 10100010 1010010 11100

Color Harmonies of #0D825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D825E

Black with #0D825E

Text Example


Text Example

White with #0D825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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