Html Css Color HEX #0D836C Deep Sea

📋 copy color: '#0D836C'

red 13 ◦ green 131 ◦ blue 108

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

Shades of Deep Sea #0D836C

Tints of Deep Sea #0D836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 5.16%
G = 51.98%
B = 42.86%

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

#0D836C (or 0x0D836C) is known color: Deep Sea. HEX triplet: 0D, 83 and 6C. RGB value is (13,131,108). Sum of RGB (Red+Green+Blue) = 13+131+108=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #0D836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D836C is #F27C93. Grayscale: #5D5D5D. Windows color (decimal): -15891604 or 7111437. OLE color: 7111437.

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

Color convert

RGB 13 131 108 -
CMYK 0.90 0 0.18 0.49
HSL 168.31º 0.82% 0.28% -
HSV(B) 168.31º 0.9% 0.51% -
XYZ 10.99 17.4 16.97 -
YUV 93.1 136.41 70.87 -
System Red Green Blue C M Y K H S L
Decimal 13 131 108 0.90 0 0.18 0.49 168.31 0.82 0.28
Hex D 83 6C 5A 0 12 31 A8 52 1C
Octal 15 203 154 132 0 22 61 250 122 34
Binary 1101 10000011 1101100 1011010 0 10010 110001 10101000 1010010 11100

Color Harmonies of #0D836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D836C

Black with #0D836C

Text Example


Text Example

White with #0D836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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