Html Css Color HEX #14775A Deep Sea

📋 copy color: '#14775A'

red 20 ◦ green 119 ◦ blue 90

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

Shades of Deep Sea #14775A

Tints of Deep Sea #14775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 8.73%
G = 51.97%
B = 39.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#14775A (or 0x14775A) is known color: Deep Sea. HEX triplet: 14, 77 and 5A. RGB value is (20,119,90). Sum of RGB (Red+Green+Blue) = 20+119+90=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #14775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14775A is #EB88A5. Grayscale: #565656. Windows color (decimal): -15435942 or 5928724. OLE color: 5928724.

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

Color convert

RGB 20 119 90 -
CMYK 0.83 0 0.24 0.53
HSL 162.42º 0.71% 0.27% -
HSV(B) 162.42º 0.83% 0.47% -
XYZ 8.73 14.08 11.93 -
YUV 86.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 20 119 90 0.83 0 0.24 0.53 162.42 0.71 0.27
Hex 14 77 5A 53 0 18 35 A2 47 1B
Octal 24 167 132 123 0 30 65 242 107 33
Binary 10100 1110111 1011010 1010011 0 11000 110101 10100010 1000111 11011

Color Harmonies of #14775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14775A

Black with #14775A

Text Example


Text Example

White with #14775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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