Html Css Color HEX #40B995 Shamrock

📋 copy color: '#40B995'

red 64 ◦ green 185 ◦ blue 149

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

Shades of Shamrock #40B995

Tints of Shamrock #40B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 16.08%
G = 46.48%
B = 37.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#40B995 (or 0x40B995) is known color: Shamrock. HEX triplet: 40, B9 and 95. RGB value is (64,185,149). Sum of RGB (Red+Green+Blue) = 64+185+149=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #40B995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B995 is #BF466A. Grayscale: #909090. Windows color (decimal): -12535403 or 9812288. OLE color: 9812288.

HSL color Cylindrical-coordinate representation of color #40B995: hue angle of 162.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B995 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 185 149 -
CMYK 0.65 0 0.19 0.27
HSL 162.15º 0.49% 0.49% -
HSV(B) 162.15º 0.65% 0.73% -
XYZ 24.89 37.96 34.45 -
YUV 144.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 64 185 149 0.65 0 0.19 0.27 162.15 0.49 0.49
Hex 40 B9 95 41 0 13 1B A2 31 31
Octal 100 271 225 101 0 23 33 242 61 61
Binary 1000000 10111001 10010101 1000001 0 10011 11011 10100010 110001 110001

Color Harmonies of #40B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B995

Black with #40B995

Text Example


Text Example

White with #40B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,185,149); }

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

background-color css

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

 a { background-color: rgb(64,185,149); }

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

border-color css

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

 span { border-color: rgb(64,185,149); }

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