Html Css Color HEX #0D865E Deep Sea

📋 copy color: '#0D865E'

red 13 ◦ green 134 ◦ blue 94

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

Shades of Deep Sea #0D865E

Tints of Deep Sea #0D865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.6%

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

R = 5.39%
G = 55.6%
B = 39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#0D865E (or 0x0D865E) is known color: Deep Sea. HEX triplet: 0D, 86 and 5E. RGB value is (13,134,94). Sum of RGB (Red+Green+Blue) = 13+134+94=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #0D865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D865E is #F279A1. Grayscale: #5D5D5D. Windows color (decimal): -15890850 or 6194701. OLE color: 6194701.

HSL color Cylindrical-coordinate representation of color #0D865E: hue angle of 160.17º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D865E is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 134 94 -
CMYK 0.90 0 0.30 0.47
HSL 160.17º 0.82% 0.29% -
HSV(B) 160.17º 0.9% 0.53% -
XYZ 10.71 17.94 13.49 -
YUV 93.26 128.41 70.75 -
System Red Green Blue C M Y K H S L
Decimal 13 134 94 0.90 0 0.30 0.47 160.17 0.82 0.29
Hex D 86 5E 5A 0 1E 2F A0 52 1D
Octal 15 206 136 132 0 36 57 240 122 35
Binary 1101 10000110 1011110 1011010 0 11110 101111 10100000 1010010 11101

Color Harmonies of #0D865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D865E

Black with #0D865E

Text Example


Text Example

White with #0D865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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