Html Css Color HEX #14865B Deep Sea

📋 copy color: '#14865B'

red 20 ◦ green 134 ◦ blue 91

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

Shades of Deep Sea #14865B

Tints of Deep Sea #14865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.69%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 8.16%
G = 54.69%
B = 37.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#14865B (or 0x14865B) is known color: Deep Sea. HEX triplet: 14, 86 and 5B. RGB value is (20,134,91). Sum of RGB (Red+Green+Blue) = 20+134+91=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #14865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14865B is #EB79A4. Grayscale: #5F5F5F. Windows color (decimal): -15432101 or 5998100. OLE color: 5998100.

HSL color Cylindrical-coordinate representation of color #14865B: hue angle of 157.37º 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 #14865B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 91 -
CMYK 0.85 0 0.32 0.47
HSL 157.37º 0.74% 0.3% -
HSV(B) 157.37º 0.85% 0.53% -
XYZ 10.7 17.95 12.8 -
YUV 95.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 20 134 91 0.85 0 0.32 0.47 157.37 0.74 0.3
Hex 14 86 5B 55 0 20 2F 9D 4A 1E
Octal 24 206 133 125 0 40 57 235 112 36
Binary 10100 10000110 1011011 1010101 0 100000 101111 10011101 1001010 11110

Color Harmonies of #14865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14865B

Black with #14865B

Text Example


Text Example

White with #14865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14865B; }

 p { color: rgb(20,134,91); }

 H1.HeaderClassName
 {
   color: #14865B;
 }
 .AnyTagClassName
 {
   color: #14865B;
 }
</style>

background-color css

<style>
 a { background-color: #14865B; }

 a { background-color: rgb(20,134,91); }

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

border-color css

<style>
 span { border-color: #14865B; }

 span { border-color: rgb(20,134,91); }

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