Html Css Color HEX #14765F Deep Sea

📋 copy color: '#14765F'

red 20 ◦ green 118 ◦ blue 95

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

Shades of Deep Sea #14765F

Tints of Deep Sea #14765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 8.58%
G = 50.64%
B = 40.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#14765F (or 0x14765F) is known color: Deep Sea. HEX triplet: 14, 76 and 5F. RGB value is (20,118,95). Sum of RGB (Red+Green+Blue) = 20+118+95=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #14765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14765F is #EB89A0. Grayscale: #565656. Windows color (decimal): -15436193 or 6256148. OLE color: 6256148.

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

Color convert

RGB 20 118 95 -
CMYK 0.83 0 0.19 0.54
HSL 165.92º 0.71% 0.27% -
HSV(B) 165.92º 0.83% 0.46% -
XYZ 8.83 13.93 13.05 -
YUV 86.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 20 118 95 0.83 0 0.19 0.54 165.92 0.71 0.27
Hex 14 76 5F 53 0 13 36 A6 47 1B
Octal 24 166 137 123 0 23 66 246 107 33
Binary 10100 1110110 1011111 1010011 0 10011 110110 10100110 1000111 11011

Color Harmonies of #14765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14765F

Black with #14765F

Text Example


Text Example

White with #14765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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