Html Css Color HEX #0D836B Deep Sea

📋 copy color: '#0D836B'

red 13 ◦ green 131 ◦ blue 107

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

Shades of Deep Sea #0D836B

Tints of Deep Sea #0D836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 5.18%
G = 52.19%
B = 42.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#0D836B (or 0x0D836B) is known color: Deep Sea. HEX triplet: 0D, 83 and 6B. RGB value is (13,131,107). Sum of RGB (Red+Green+Blue) = 13+131+107=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #0D836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D836B is #F27C94. Grayscale: #5C5C5C. Windows color (decimal): -15891605 or 7045901. OLE color: 7045901.

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

Color convert

RGB 13 131 107 -
CMYK 0.90 0 0.18 0.49
HSL 167.8º 0.82% 0.28% -
HSV(B) 167.8º 0.9% 0.51% -
XYZ 10.94 17.38 16.69 -
YUV 92.98 135.91 70.95 -
System Red Green Blue C M Y K H S L
Decimal 13 131 107 0.90 0 0.18 0.49 167.8 0.82 0.28
Hex D 83 6B 5A 0 12 31 A8 52 1C
Octal 15 203 153 132 0 22 61 250 122 34
Binary 1101 10000011 1101011 1011010 0 10010 110001 10101000 1010010 11100

Color Harmonies of #0D836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D836B

Black with #0D836B

Text Example


Text Example

White with #0D836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,131,107); }

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

background-color css

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

 a { background-color: rgb(13,131,107); }

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

border-color css

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

 span { border-color: rgb(13,131,107); }

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