Html Css Color HEX #0D8365 Deep Sea

📋 copy color: '#0D8365'

red 13 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #0D8365

Tints of Deep Sea #0D8365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 5.31%
G = 53.47%
B = 41.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#0D8365 (or 0x0D8365) is known color: Deep Sea. HEX triplet: 0D, 83 and 65. RGB value is (13,131,101). Sum of RGB (Red+Green+Blue) = 13+131+101=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8365 is #F27C9A. Grayscale: #5C5C5C. Windows color (decimal): -15891611 or 6652685. OLE color: 6652685.

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

Color convert

RGB 13 131 101 -
CMYK 0.90 0 0.23 0.49
HSL 164.75º 0.82% 0.28% -
HSV(B) 164.75º 0.9% 0.51% -
XYZ 10.63 17.26 15.08 -
YUV 92.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 13 131 101 0.90 0 0.23 0.49 164.75 0.82 0.28
Hex D 83 65 5A 0 17 31 A5 52 1C
Octal 15 203 145 132 0 27 61 245 122 34
Binary 1101 10000011 1100101 1011010 0 10111 110001 10100101 1010010 11100

Color Harmonies of #0D8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8365

Black with #0D8365

Text Example


Text Example

White with #0D8365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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