Html Css Color HEX #0E825D Deep Sea

📋 copy color: '#0E825D'

red 14 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #0E825D

Tints of Deep Sea #0E825D

RGB

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

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

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

R = 5.91%
G = 54.85%
B = 39.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#0E825D (or 0x0E825D) is known color: Deep Sea. HEX triplet: 0E, 82 and 5D. RGB value is (14,130,93). Sum of RGB (Red+Green+Blue) = 14+130+93=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #0E825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E825D is #F17DA2. Grayscale: #5B5B5B. Windows color (decimal): -15826339 or 6128142. OLE color: 6128142.

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

Color convert

RGB 14 130 93 -
CMYK 0.89 0 0.28 0.49
HSL 160.86º 0.81% 0.28% -
HSV(B) 160.86º 0.89% 0.51% -
XYZ 10.14 16.85 13.07 -
YUV 91.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 14 130 93 0.89 0 0.28 0.49 160.86 0.81 0.28
Hex E 82 5D 59 0 1C 31 A1 51 1C
Octal 16 202 135 131 0 34 61 241 121 34
Binary 1110 10000010 1011101 1011001 0 11100 110001 10100001 1010001 11100

Color Harmonies of #0E825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E825D

Black with #0E825D

Text Example


Text Example

White with #0E825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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