Html Css Color HEX #14815F Deep Sea

📋 copy color: '#14815F'

red 20 ◦ green 129 ◦ blue 95

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

Shades of Deep Sea #14815F

Tints of Deep Sea #14815F

RGB

 RED value IS 20 (8.2% from 255) = 8.2%

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

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 8.2%
G = 52.87%
B = 38.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#14815F (or 0x14815F) is known color: Deep Sea. HEX triplet: 14, 81 and 5F. RGB value is (20,129,95). Sum of RGB (Red+Green+Blue) = 20+129+95=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #14815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14815F is #EB7EA0. Grayscale: #5C5C5C. Windows color (decimal): -15433377 or 6258964. OLE color: 6258964.

HSL color Cylindrical-coordinate representation of color #14815F: hue angle of 161.28º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14815F is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 95 -
CMYK 0.84 0 0.26 0.49
HSL 161.28º 0.73% 0.29% -
HSV(B) 161.28º 0.84% 0.51% -
XYZ 10.2 16.68 13.51 -
YUV 92.53 129.39 76.26 -
System Red Green Blue C M Y K H S L
Decimal 20 129 95 0.84 0 0.26 0.49 161.28 0.73 0.29
Hex 14 81 5F 54 0 1A 31 A1 49 1D
Octal 24 201 137 124 0 32 61 241 111 35
Binary 10100 10000001 1011111 1010100 0 11010 110001 10100001 1001001 11101

Color Harmonies of #14815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14815F

Black with #14815F

Text Example


Text Example

White with #14815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14815F; }

 p { color: rgb(20,129,95); }

 H1.HeaderClassName
 {
   color: #14815F;
 }
 .AnyTagClassName
 {
   color: #14815F;
 }
</style>

background-color css

<style>
 a { background-color: #14815F; }

 a { background-color: rgb(20,129,95); }

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

border-color css

<style>
 span { border-color: #14815F; }

 span { border-color: rgb(20,129,95); }

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