Html Css Color HEX #0E825A Deep Sea

📋 copy color: '#0E825A'

red 14 ◦ green 130 ◦ blue 90

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

Shades of Deep Sea #0E825A

Tints of Deep Sea #0E825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.46%

R = 5.98%
G = 55.56%
B = 38.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#0E825A (or 0x0E825A) is known color: Deep Sea. HEX triplet: 0E, 82 and 5A. RGB value is (14,130,90). Sum of RGB (Red+Green+Blue) = 14+130+90=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #0E825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E825A is #F17DA5. Grayscale: #5A5A5A. Windows color (decimal): -15826342 or 5931534. OLE color: 5931534.

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

Color convert

RGB 14 130 90 -
CMYK 0.89 0 0.31 0.49
HSL 159.31º 0.81% 0.28% -
HSV(B) 159.31º 0.89% 0.51% -
XYZ 10.01 16.8 12.39 -
YUV 90.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 14 130 90 0.89 0 0.31 0.49 159.31 0.81 0.28
Hex E 82 5A 59 0 1F 31 9F 51 1C
Octal 16 202 132 131 0 37 61 237 121 34
Binary 1110 10000010 1011010 1011001 0 11111 110001 10011111 1010001 11100

Color Harmonies of #0E825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E825A

Black with #0E825A

Text Example


Text Example

White with #0E825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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