Html Css Color HEX #40C09B Shamrock

📋 copy color: '#40C09B'

red 64 ◦ green 192 ◦ blue 155

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

Shades of Shamrock #40C09B

Tints of Shamrock #40C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 15.57%
G = 46.72%
B = 37.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#40C09B (or 0x40C09B) is known color: Shamrock. HEX triplet: 40, C0 and 9B. RGB value is (64,192,155). Sum of RGB (Red+Green+Blue) = 64+192+155=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #40C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C09B is #BF3F64. Grayscale: #959595. Windows color (decimal): -12533605 or 10207296. OLE color: 10207296.

HSL color Cylindrical-coordinate representation of color #40C09B: hue angle of 162.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C09B is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 155 -
CMYK 0.67 0 0.19 0.25
HSL 162.66º 0.5% 0.5% -
HSV(B) 162.66º 0.67% 0.75% -
XYZ 26.88 41.16 37.54 -
YUV 149.51 131.09 67.01 -
System Red Green Blue C M Y K H S L
Decimal 64 192 155 0.67 0 0.19 0.25 162.66 0.5 0.5
Hex 40 C0 9B 43 0 13 19 A3 32 32
Octal 100 300 233 103 0 23 31 243 62 62
Binary 1000000 11000000 10011011 1000011 0 10011 11001 10100011 110010 110010

Color Harmonies of #40C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C09B

Black with #40C09B

Text Example


Text Example

White with #40C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,155); }

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

background-color css

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

 a { background-color: rgb(64,192,155); }

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

border-color css

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

 span { border-color: rgb(64,192,155); }

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