Html Css Color HEX #146C55 Eden

📋 copy color: '#146C55'

red 20 ◦ green 108 ◦ blue 85

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

Shades of Eden #146C55

Tints of Eden #146C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.7%

 BLUE value IS 85 (33.59% from 255) = 39.91%

R = 9.39%
G = 50.7%
B = 39.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#146C55 (or 0x146C55) is known color: Eden. HEX triplet: 14, 6C and 55. RGB value is (20,108,85). Sum of RGB (Red+Green+Blue) = 20+108+85=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #146C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C55 is #EB93AA. Grayscale: #4F4F4F. Windows color (decimal): -15438763 or 5598228. OLE color: 5598228.

HSL color Cylindrical-coordinate representation of color #146C55: hue angle of 164.32º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146C55 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 108 85 -
CMYK 0.81 0 0.21 0.58
HSL 164.32º 0.69% 0.25% -
HSV(B) 164.32º 0.81% 0.42% -
XYZ 7.29 11.53 10.44 -
YUV 79.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 20 108 85 0.81 0 0.21 0.58 164.32 0.69 0.25
Hex 14 6C 55 51 0 15 3A A4 45 19
Octal 24 154 125 121 0 25 72 244 105 31
Binary 10100 1101100 1010101 1010001 0 10101 111010 10100100 1000101 11001

Color Harmonies of #146C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146C55

Black with #146C55

Text Example


Text Example

White with #146C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146C55; }

 p { color: rgb(20,108,85); }

 H1.HeaderClassName
 {
   color: #146C55;
 }
 .AnyTagClassName
 {
   color: #146C55;
 }
</style>

background-color css

<style>
 a { background-color: #146C55; }

 a { background-color: rgb(20,108,85); }

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

border-color css

<style>
 span { border-color: #146C55; }

 span { border-color: rgb(20,108,85); }

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