Html Css Color HEX #0D846F Deep Sea

📋 copy color: '#0D846F'

red 13 ◦ green 132 ◦ blue 111

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

Shades of Deep Sea #0D846F

Tints of Deep Sea #0D846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 5.08%
G = 51.56%
B = 43.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#0D846F (or 0x0D846F) is known color: Deep Sea. HEX triplet: 0D, 84 and 6F. RGB value is (13,132,111). Sum of RGB (Red+Green+Blue) = 13+132+111=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #0D846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D846F is #F27B90. Grayscale: #5D5D5D. Windows color (decimal): -15891345 or 7308301. OLE color: 7308301.

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

Color convert

RGB 13 132 111 -
CMYK 0.90 0 0.16 0.48
HSL 169.41º 0.82% 0.28% -
HSV(B) 169.41º 0.9% 0.52% -
XYZ 11.29 17.74 17.87 -
YUV 94.03 137.58 70.21 -
System Red Green Blue C M Y K H S L
Decimal 13 132 111 0.90 0 0.16 0.48 169.41 0.82 0.28
Hex D 84 6F 5A 0 10 30 A9 52 1C
Octal 15 204 157 132 0 20 60 251 122 34
Binary 1101 10000100 1101111 1011010 0 10000 110000 10101001 1010010 11100

Color Harmonies of #0D846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D846F

Black with #0D846F

Text Example


Text Example

White with #0D846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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