Html Css Color HEX #14776F Deep Sea

📋 copy color: '#14776F'

red 20 ◦ green 119 ◦ blue 111

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

Shades of Deep Sea #14776F

Tints of Deep Sea #14776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

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

R = 8%
G = 47.6%
B = 44.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#14776F (or 0x14776F) is known color: Deep Sea. HEX triplet: 14, 77 and 6F. RGB value is (20,119,111). Sum of RGB (Red+Green+Blue) = 20+119+111=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #14776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14776F is #EB8890. Grayscale: #585858. Windows color (decimal): -15435921 or 7304980. OLE color: 7304980.

HSL color Cylindrical-coordinate representation of color #14776F: hue angle of 175.15º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14776F is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 111 -
CMYK 0.83 0 0.07 0.53
HSL 175.15º 0.71% 0.27% -
HSV(B) 175.15º 0.83% 0.47% -
XYZ 9.75 14.49 17.32 -
YUV 88.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 20 119 111 0.83 0 0.07 0.53 175.15 0.71 0.27
Hex 14 77 6F 53 0 7 35 AF 47 1B
Octal 24 167 157 123 0 7 65 257 107 33
Binary 10100 1110111 1101111 1010011 0 111 110101 10101111 1000111 11011

Color Harmonies of #14776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14776F

Black with #14776F

Text Example


Text Example

White with #14776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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