Html Css Color HEX #146253 Eden

📋 copy color: '#146253'

red 20 ◦ green 98 ◦ blue 83

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

Shades of Eden #146253

Tints of Eden #146253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.76%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 9.95%
G = 48.76%
B = 41.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#146253 (or 0x146253) is known color: Eden. HEX triplet: 14, 62 and 53. RGB value is (20,98,83). Sum of RGB (Red+Green+Blue) = 20+98+83=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #146253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146253 is #EB9DAC. Grayscale: #484848. Windows color (decimal): -15441325 or 5464596. OLE color: 5464596.

HSL color Cylindrical-coordinate representation of color #146253: hue angle of 168.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146253 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 98 83 -
CMYK 0.80 0 0.15 0.62
HSL 168.46º 0.66% 0.23% -
HSV(B) 168.46º 0.8% 0.38% -
XYZ 6.22 9.51 9.69 -
YUV 72.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 20 98 83 0.80 0 0.15 0.62 168.46 0.66 0.23
Hex 14 62 53 50 0 F 3E A8 42 17
Octal 24 142 123 120 0 17 76 250 102 27
Binary 10100 1100010 1010011 1010000 0 1111 111110 10101000 1000010 10111

Color Harmonies of #146253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146253

Black with #146253

Text Example


Text Example

White with #146253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146253; }

 p { color: rgb(20,98,83); }

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

background-color css

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

 a { background-color: rgb(20,98,83); }

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

border-color css

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

 span { border-color: rgb(20,98,83); }

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