Html Css Color HEX #0E826D Deep Sea

📋 copy color: '#0E826D'

red 14 ◦ green 130 ◦ blue 109

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

Shades of Deep Sea #0E826D

Tints of Deep Sea #0E826D

RGB

 RED value IS 14 (5.86% from 255) = 5.53%

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 5.53%
G = 51.38%
B = 43.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#0E826D (or 0x0E826D) is known color: Deep Sea. HEX triplet: 0E, 82 and 6D. RGB value is (14,130,109). Sum of RGB (Red+Green+Blue) = 14+130+109=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #0E826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E826D is #F17D92. Grayscale: #5C5C5C. Windows color (decimal): -15826323 or 7176718. OLE color: 7176718.

HSL color Cylindrical-coordinate representation of color #0E826D: hue angle of 169.14º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E826D is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 130 109 -
CMYK 0.89 0 0.16 0.49
HSL 169.14º 0.81% 0.28% -
HSV(B) 169.14º 0.89% 0.51% -
XYZ 10.92 17.16 17.2 -
YUV 92.92 137.07 71.71 -
System Red Green Blue C M Y K H S L
Decimal 14 130 109 0.89 0 0.16 0.49 169.14 0.81 0.28
Hex E 82 6D 59 0 10 31 A9 51 1C
Octal 16 202 155 131 0 20 61 251 121 34
Binary 1110 10000010 1101101 1011001 0 10000 110001 10101001 1010001 11100

Color Harmonies of #0E826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E826D

Black with #0E826D

Text Example


Text Example

White with #0E826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,130,109); }

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

background-color css

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

 a { background-color: rgb(14,130,109); }

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

border-color css

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

 span { border-color: rgb(14,130,109); }

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