Html Css Color HEX #0D8370 Deep Sea

📋 copy color: '#0D8370'

red 13 ◦ green 131 ◦ blue 112

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

Shades of Deep Sea #0D8370

Tints of Deep Sea #0D8370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 5.08%
G = 51.17%
B = 43.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#0D8370 (or 0x0D8370) is known color: Deep Sea. HEX triplet: 0D, 83 and 70. RGB value is (13,131,112). Sum of RGB (Red+Green+Blue) = 13+131+112=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8370 is #F27C8F. Grayscale: #5D5D5D. Windows color (decimal): -15891600 or 7373581. OLE color: 7373581.

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

Color convert

RGB 13 131 112 -
CMYK 0.90 0 0.15 0.49
HSL 170.34º 0.82% 0.28% -
HSV(B) 170.34º 0.9% 0.51% -
XYZ 11.21 17.49 18.11 -
YUV 93.55 138.41 70.54 -
System Red Green Blue C M Y K H S L
Decimal 13 131 112 0.90 0 0.15 0.49 170.34 0.82 0.28
Hex D 83 70 5A 0 F 31 AA 52 1C
Octal 15 203 160 132 0 17 61 252 122 34
Binary 1101 10000011 1110000 1011010 0 1111 110001 10101010 1010010 11100

Color Harmonies of #0D8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8370

Black with #0D8370

Text Example


Text Example

White with #0D8370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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