Html Css Color HEX #0E816C Deep Sea

📋 copy color: '#0E816C'

red 14 ◦ green 129 ◦ blue 108

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

Shades of Deep Sea #0E816C

Tints of Deep Sea #0E816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 5.58%
G = 51.39%
B = 43.03%

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

#0E816C (or 0x0E816C) is known color: Deep Sea. HEX triplet: 0E, 81 and 6C. RGB value is (14,129,108). Sum of RGB (Red+Green+Blue) = 14+129+108=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #0E816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E816C is #F17E93. Grayscale: #5C5C5C. Windows color (decimal): -15826580 or 7110926. OLE color: 7110926.

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

Color convert

RGB 14 129 108 -
CMYK 0.89 0 0.16 0.49
HSL 169.04º 0.8% 0.28% -
HSV(B) 169.04º 0.89% 0.51% -
XYZ 10.74 16.88 16.88 -
YUV 92.22 136.9 72.21 -
System Red Green Blue C M Y K H S L
Decimal 14 129 108 0.89 0 0.16 0.49 169.04 0.8 0.28
Hex E 81 6C 59 0 10 31 A9 50 1C
Octal 16 201 154 131 0 20 61 251 120 34
Binary 1110 10000001 1101100 1011001 0 10000 110001 10101001 1010000 11100

Color Harmonies of #0E816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E816C

Black with #0E816C

Text Example


Text Example

White with #0E816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,129,108); }

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

background-color css

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

 a { background-color: rgb(14,129,108); }

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

border-color css

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

 span { border-color: rgb(14,129,108); }

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