Html Css Color HEX #14816F Deep Sea

📋 copy color: '#14816F'

red 20 ◦ green 129 ◦ blue 111

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

Shades of Deep Sea #14816F

Tints of Deep Sea #14816F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 7.69%
G = 49.62%
B = 42.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#14816F (or 0x14816F) is known color: Deep Sea. HEX triplet: 14, 81 and 6F. RGB value is (20,129,111). Sum of RGB (Red+Green+Blue) = 20+129+111=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #14816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14816F is #EB7E90. Grayscale: #5E5E5E. Windows color (decimal): -15433361 or 7307540. OLE color: 7307540.

HSL color Cylindrical-coordinate representation of color #14816F: hue angle of 170.09º 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 #14816F is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 111 -
CMYK 0.84 0 0.14 0.49
HSL 170.09º 0.73% 0.29% -
HSV(B) 170.09º 0.84% 0.51% -
XYZ 11.01 17 17.74 -
YUV 94.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 20 129 111 0.84 0 0.14 0.49 170.09 0.73 0.29
Hex 14 81 6F 54 0 E 31 AA 49 1D
Octal 24 201 157 124 0 16 61 252 111 35
Binary 10100 10000001 1101111 1010100 0 1110 110001 10101010 1001001 11101

Color Harmonies of #14816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14816F

Black with #14816F

Text Example


Text Example

White with #14816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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