Html Css Color HEX #40BC9C Shamrock

📋 copy color: '#40BC9C'

red 64 ◦ green 188 ◦ blue 156

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

Shades of Shamrock #40BC9C

Tints of Shamrock #40BC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.08%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 15.69%
G = 46.08%
B = 38.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#40BC9C (or 0x40BC9C) is known color: Shamrock. HEX triplet: 40, BC and 9C. RGB value is (64,188,156). Sum of RGB (Red+Green+Blue) = 64+188+156=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC9C is #BF4363. Grayscale: #939393. Windows color (decimal): -12534628 or 10271808. OLE color: 10271808.

HSL color Cylindrical-coordinate representation of color #40BC9C: hue angle of 164.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC9C is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 156 -
CMYK 0.66 0 0.17 0.26
HSL 164.52º 0.49% 0.49% -
HSV(B) 164.52º 0.66% 0.74% -
XYZ 26.1 39.46 37.69 -
YUV 147.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 64 188 156 0.66 0 0.17 0.26 164.52 0.49 0.49
Hex 40 BC 9C 42 0 11 1A A5 31 31
Octal 100 274 234 102 0 21 32 245 61 61
Binary 1000000 10111100 10011100 1000010 0 10001 11010 10100101 110001 110001

Color Harmonies of #40BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC9C

Black with #40BC9C

Text Example


Text Example

White with #40BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,156); }

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

background-color css

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

 a { background-color: rgb(64,188,156); }

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

border-color css

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

 span { border-color: rgb(64,188,156); }

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