Html Css Color HEX #0D805F Deep Sea

📋 copy color: '#0D805F'

red 13 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #0D805F

Tints of Deep Sea #0D805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.24%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 5.51%
G = 54.24%
B = 40.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#0D805F (or 0x0D805F) is known color: Deep Sea. HEX triplet: 0D, 80 and 5F. RGB value is (13,128,95). Sum of RGB (Red+Green+Blue) = 13+128+95=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #0D805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D805F is #F27FA0. Grayscale: #595959. Windows color (decimal): -15892385 or 6258701. OLE color: 6258701.

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

Color convert

RGB 13 128 95 -
CMYK 0.90 0 0.26 0.50
HSL 162.78º 0.82% 0.28% -
HSV(B) 162.78º 0.9% 0.5% -
XYZ 9.95 16.35 13.46 -
YUV 89.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 13 128 95 0.90 0 0.26 0.50 162.78 0.82 0.28
Hex D 80 5F 5A 0 1A 32 A3 52 1C
Octal 15 200 137 132 0 32 62 243 122 34
Binary 1101 10000000 1011111 1011010 0 11010 110010 10100011 1010010 11100

Color Harmonies of #0D805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D805F

Black with #0D805F

Text Example


Text Example

White with #0D805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,128,95); }

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

background-color css

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

 a { background-color: rgb(13,128,95); }

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

border-color css

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

 span { border-color: rgb(13,128,95); }

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