Html Css Color HEX #14875F Deep Sea

📋 copy color: '#14875F'

red 20 ◦ green 135 ◦ blue 95

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

Shades of Deep Sea #14875F

Tints of Deep Sea #14875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

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

R = 8%
G = 54%
B = 38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#14875F (or 0x14875F) is known color: Deep Sea. HEX triplet: 14, 87 and 5F. RGB value is (20,135,95). Sum of RGB (Red+Green+Blue) = 20+135+95=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #14875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14875F is #EB78A0. Grayscale: #606060. Windows color (decimal): -15431841 or 6260500. OLE color: 6260500.

HSL color Cylindrical-coordinate representation of color #14875F: hue angle of 159.13º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14875F is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 95 -
CMYK 0.85 0 0.30 0.47
HSL 159.13º 0.74% 0.3% -
HSV(B) 159.13º 0.85% 0.53% -
XYZ 11.02 18.3 13.78 -
YUV 96.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 20 135 95 0.85 0 0.30 0.47 159.13 0.74 0.3
Hex 14 87 5F 55 0 1E 2F 9F 4A 1E
Octal 24 207 137 125 0 36 57 237 112 36
Binary 10100 10000111 1011111 1010101 0 11110 101111 10011111 1001010 11110

Color Harmonies of #14875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14875F

Black with #14875F

Text Example


Text Example

White with #14875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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