Html Css Color HEX #0D895D Deep Sea

📋 copy color: '#0D895D'

red 13 ◦ green 137 ◦ blue 93

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

Shades of Deep Sea #0D895D

Tints of Deep Sea #0D895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 5.35%
G = 56.38%
B = 38.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#0D895D (or 0x0D895D) is known color: Deep Sea. HEX triplet: 0D, 89 and 5D. RGB value is (13,137,93). Sum of RGB (Red+Green+Blue) = 13+137+93=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #0D895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D895D is #F276A2. Grayscale: #5E5E5E. Windows color (decimal): -15890083 or 6129933. OLE color: 6129933.

HSL color Cylindrical-coordinate representation of color #0D895D: hue angle of 158.71º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D895D is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 93 -
CMYK 0.91 0 0.32 0.46
HSL 158.71º 0.83% 0.29% -
HSV(B) 158.71º 0.91% 0.54% -
XYZ 11.09 18.77 13.39 -
YUV 94.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 13 137 93 0.91 0 0.32 0.46 158.71 0.83 0.29
Hex D 89 5D 5B 0 20 2E 9F 53 1D
Octal 15 211 135 133 0 40 56 237 123 35
Binary 1101 10001001 1011101 1011011 0 100000 101110 10011111 1010011 11101

Color Harmonies of #0D895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D895D

Black with #0D895D

Text Example


Text Example

White with #0D895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,137,93); }

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

background-color css

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

 a { background-color: rgb(13,137,93); }

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

border-color css

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

 span { border-color: rgb(13,137,93); }

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