Html Css Color HEX #14766B Deep Sea

📋 copy color: '#14766B'

red 20 ◦ green 118 ◦ blue 107

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

Shades of Deep Sea #14766B

Tints of Deep Sea #14766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 8.16%
G = 48.16%
B = 43.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#14766B (or 0x14766B) is known color: Deep Sea. HEX triplet: 14, 76 and 6B. RGB value is (20,118,107). Sum of RGB (Red+Green+Blue) = 20+118+107=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #14766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14766B is #EB8994. Grayscale: #575757. Windows color (decimal): -15436181 or 7042580. OLE color: 7042580.

HSL color Cylindrical-coordinate representation of color #14766B: hue angle of 173.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14766B is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 107 -
CMYK 0.83 0 0.09 0.54
HSL 173.27º 0.71% 0.27% -
HSV(B) 173.27º 0.83% 0.46% -
XYZ 9.42 14.17 16.15 -
YUV 87.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 20 118 107 0.83 0 0.09 0.54 173.27 0.71 0.27
Hex 14 76 6B 53 0 9 36 AD 47 1B
Octal 24 166 153 123 0 11 66 255 107 33
Binary 10100 1110110 1101011 1010011 0 1001 110110 10101101 1000111 11011

Color Harmonies of #14766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14766B

Black with #14766B

Text Example


Text Example

White with #14766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,118,107); }

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

background-color css

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

 a { background-color: rgb(20,118,107); }

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

border-color css

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

 span { border-color: rgb(20,118,107); }

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