Html Css Color HEX #14756B Deep Sea

📋 copy color: '#14756B'

red 20 ◦ green 117 ◦ blue 107

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

Shades of Deep Sea #14756B

Tints of Deep Sea #14756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

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

R = 8.2%
G = 47.95%
B = 43.85%

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

#14756B (or 0x14756B) is known color: Deep Sea. HEX triplet: 14, 75 and 6B. RGB value is (20,117,107). Sum of RGB (Red+Green+Blue) = 20+117+107=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #14756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14756B is #EB8A94. Grayscale: #565656. Windows color (decimal): -15436437 or 7042324. OLE color: 7042324.

HSL color Cylindrical-coordinate representation of color #14756B: hue angle of 173.81º 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 #14756B is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 107 -
CMYK 0.83 0 0.09 0.54
HSL 173.81º 0.71% 0.27% -
HSV(B) 173.81º 0.83% 0.46% -
XYZ 9.3 13.93 16.11 -
YUV 86.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 20 117 107 0.83 0 0.09 0.54 173.81 0.71 0.27
Hex 14 75 6B 53 0 9 36 AE 47 1B
Octal 24 165 153 123 0 11 66 256 107 33
Binary 10100 1110101 1101011 1010011 0 1001 110110 10101110 1000111 11011

Color Harmonies of #14756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14756B

Black with #14756B

Text Example


Text Example

White with #14756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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