Html Css Color HEX #0D846B Deep Sea

📋 copy color: '#0D846B'

red 13 ◦ green 132 ◦ blue 107

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

Shades of Deep Sea #0D846B

Tints of Deep Sea #0D846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 5.16%
G = 52.38%
B = 42.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#0D846B (or 0x0D846B) is known color: Deep Sea. HEX triplet: 0D, 84 and 6B. RGB value is (13,132,107). Sum of RGB (Red+Green+Blue) = 13+132+107=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #0D846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D846B is #F27B94. Grayscale: #5D5D5D. Windows color (decimal): -15891349 or 7046157. OLE color: 7046157.

HSL color Cylindrical-coordinate representation of color #0D846B: hue angle of 167.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D846B is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 132 107 -
CMYK 0.90 0 0.19 0.48
HSL 167.4º 0.82% 0.28% -
HSV(B) 167.4º 0.9% 0.52% -
XYZ 11.07 17.65 16.73 -
YUV 93.57 135.58 70.53 -
System Red Green Blue C M Y K H S L
Decimal 13 132 107 0.90 0 0.19 0.48 167.4 0.82 0.28
Hex D 84 6B 5A 0 13 30 A7 52 1C
Octal 15 204 153 132 0 23 60 247 122 34
Binary 1101 10000100 1101011 1011010 0 10011 110000 10100111 1010010 11100

Color Harmonies of #0D846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D846B

Black with #0D846B

Text Example


Text Example

White with #0D846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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