Html Css Color HEX #0D826E Deep Sea

📋 copy color: '#0D826E'

red 13 ◦ green 130 ◦ blue 110

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

Shades of Deep Sea #0D826E

Tints of Deep Sea #0D826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 5.14%
G = 51.38%
B = 43.48%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#0D826E (or 0x0D826E) is known color: Deep Sea. HEX triplet: 0D, 82 and 6E. RGB value is (13,130,110). Sum of RGB (Red+Green+Blue) = 13+130+110=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #0D826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D826E is #F27D91. Grayscale: #5C5C5C. Windows color (decimal): -15891858 or 7242253. OLE color: 7242253.

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

Color convert

RGB 13 130 110 -
CMYK 0.9 0 0.15 0.49
HSL 169.74º 0.82% 0.28% -
HSV(B) 169.74º 0.9% 0.51% -
XYZ 10.96 17.18 17.49 -
YUV 92.74 137.74 71.13 -
System Red Green Blue C M Y K H S L
Decimal 13 130 110 0.9 0 0.15 0.49 169.74 0.82 0.28
Hex D 82 6E 5A 0 F 31 AA 52 1C
Octal 15 202 156 132 0 17 61 252 122 34
Binary 1101 10000010 1101110 1011010 0 1111 110001 10101010 1010010 11100

Color Harmonies of #0D826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D826E

Black with #0D826E

Text Example


Text Example

White with #0D826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,130,110); }

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

background-color css

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

 a { background-color: rgb(13,130,110); }

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

border-color css

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

 span { border-color: rgb(13,130,110); }

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