Html Css Color HEX #0D816B Deep Sea

📋 copy color: '#0D816B'

red 13 ◦ green 129 ◦ blue 107

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

Shades of Deep Sea #0D816B

Tints of Deep Sea #0D816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 5.22%
G = 51.81%
B = 42.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#0D816B (or 0x0D816B) is known color: Deep Sea. HEX triplet: 0D, 81 and 6B. RGB value is (13,129,107). Sum of RGB (Red+Green+Blue) = 13+129+107=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #0D816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D816B is #F27E94. Grayscale: #5B5B5B. Windows color (decimal): -15892117 or 7045389. OLE color: 7045389.

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

Color convert

RGB 13 129 107 -
CMYK 0.90 0 0.17 0.49
HSL 168.62º 0.82% 0.28% -
HSV(B) 168.62º 0.9% 0.51% -
XYZ 10.67 16.85 16.6 -
YUV 91.81 136.57 71.79 -
System Red Green Blue C M Y K H S L
Decimal 13 129 107 0.90 0 0.17 0.49 168.62 0.82 0.28
Hex D 81 6B 5A 0 11 31 A9 52 1C
Octal 15 201 153 132 0 21 61 251 122 34
Binary 1101 10000001 1101011 1011010 0 10001 110001 10101001 1010010 11100

Color Harmonies of #0D816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D816B

Black with #0D816B

Text Example


Text Example

White with #0D816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,129,107); }

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

background-color css

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

 a { background-color: rgb(13,129,107); }

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

border-color css

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

 span { border-color: rgb(13,129,107); }

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