Html Css Color HEX #14756A Deep Sea

📋 copy color: '#14756A'

red 20 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #14756A

Tints of Deep Sea #14756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.62%

R = 8.23%
G = 48.15%
B = 43.62%

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

#14756A (or 0x14756A) is known color: Deep Sea. HEX triplet: 14, 75 and 6A. RGB value is (20,117,106). Sum of RGB (Red+Green+Blue) = 20+117+106=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #14756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14756A is #EB8A95. Grayscale: #565656. Windows color (decimal): -15436438 or 6976788. OLE color: 6976788.

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

Color convert

RGB 20 117 106 -
CMYK 0.83 0 0.09 0.54
HSL 173.2º 0.71% 0.27% -
HSV(B) 173.2º 0.83% 0.46% -
XYZ 9.25 13.91 15.83 -
YUV 86.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 20 117 106 0.83 0 0.09 0.54 173.2 0.71 0.27
Hex 14 75 6A 53 0 9 36 AD 47 1B
Octal 24 165 152 123 0 11 66 255 107 33
Binary 10100 1110101 1101010 1010011 0 1001 110110 10101101 1000111 11011

Color Harmonies of #14756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14756A

Black with #14756A

Text Example


Text Example

White with #14756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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