Html Css Color HEX #40B98C Shamrock

📋 copy color: '#40B98C'

red 64 ◦ green 185 ◦ blue 140

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

Shades of Shamrock #40B98C

Tints of Shamrock #40B98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 16.45%
G = 47.56%
B = 35.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#40B98C (or 0x40B98C) is known color: Shamrock. HEX triplet: 40, B9 and 8C. RGB value is (64,185,140). Sum of RGB (Red+Green+Blue) = 64+185+140=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #40B98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B98C is #BF4673. Grayscale: #8F8F8F. Windows color (decimal): -12535412 or 9222464. OLE color: 9222464.

HSL color Cylindrical-coordinate representation of color #40B98C: hue angle of 157.69º 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 #40B98C is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 185 140 -
CMYK 0.65 0 0.24 0.27
HSL 157.69º 0.49% 0.49% -
HSV(B) 157.69º 0.65% 0.73% -
XYZ 24.2 37.68 30.81 -
YUV 143.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 64 185 140 0.65 0 0.24 0.27 157.69 0.49 0.49
Hex 40 B9 8C 41 0 18 1B 9E 31 31
Octal 100 271 214 101 0 30 33 236 61 61
Binary 1000000 10111001 10001100 1000001 0 11000 11011 10011110 110001 110001

Color Harmonies of #40B98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B98C

Black with #40B98C

Text Example


Text Example

White with #40B98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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