Html Css Color HEX #40D8A5 Shamrock

📋 copy color: '#40D8A5'

red 64 ◦ green 216 ◦ blue 165

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

Shades of Shamrock #40D8A5

Tints of Shamrock #40D8A5

RGB

 RED value IS 64 (25.39% from 255) = 14.38%

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 14.38%
G = 48.54%
B = 37.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#40D8A5 (or 0x40D8A5) is known color: Shamrock. HEX triplet: 40, D8 and A5. RGB value is (64,216,165). Sum of RGB (Red+Green+Blue) = 64+216+165=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D8A5 is #BF275A. Grayscale: #A4A4A4. Windows color (decimal): -12527451 or 10868800. OLE color: 10868800.

HSL color Cylindrical-coordinate representation of color #40D8A5: hue angle of 159.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D8A5 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 165 -
CMYK 0.70 0 0.24 0.15
HSL 159.87º 0.66% 0.55% -
HSV(B) 159.87º 0.7% 0.85% -
XYZ 33.46 52.92 44.05 -
YUV 164.74 128.14 56.15 -
System Red Green Blue C M Y K H S L
Decimal 64 216 165 0.70 0 0.24 0.15 159.87 0.66 0.55
Hex 40 D8 A5 46 0 18 F A0 42 37
Octal 100 330 245 106 0 30 17 240 102 67
Binary 1000000 11011000 10100101 1000110 0 11000 1111 10100000 1000010 110111

Color Harmonies of #40D8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D8A5

Black with #40D8A5

Text Example


Text Example

White with #40D8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40D8A5; }

 p { color: rgb(64,216,165); }

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

background-color css

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

 a { background-color: rgb(64,216,165); }

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

border-color css

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

 span { border-color: rgb(64,216,165); }

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