Html Css Color HEX #40C6A5 Shamrock

📋 copy color: '#40C6A5'

red 64 ◦ green 198 ◦ blue 165

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

Shades of Shamrock #40C6A5

Tints of Shamrock #40C6A5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.37%

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

R = 14.99%
G = 46.37%
B = 38.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#40C6A5 (or 0x40C6A5) is known color: Shamrock. HEX triplet: 40, C6 and A5. RGB value is (64,198,165). Sum of RGB (Red+Green+Blue) = 64+198+165=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C6A5 is #BF395A. Grayscale: #9A9A9A. Windows color (decimal): -12532059 or 10864192. OLE color: 10864192.

HSL color Cylindrical-coordinate representation of color #40C6A5: hue angle of 165.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6A5 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 198 165 -
CMYK 0.68 0 0.17 0.22
HSL 165.22º 0.54% 0.51% -
HSV(B) 165.22º 0.68% 0.78% -
XYZ 29.1 44.19 42.59 -
YUV 154.17 134.11 63.68 -
System Red Green Blue C M Y K H S L
Decimal 64 198 165 0.68 0 0.17 0.22 165.22 0.54 0.51
Hex 40 C6 A5 44 0 11 16 A5 36 33
Octal 100 306 245 104 0 21 26 245 66 63
Binary 1000000 11000110 10100101 1000100 0 10001 10110 10100101 110110 110011

Color Harmonies of #40C6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C6A5

Black with #40C6A5

Text Example


Text Example

White with #40C6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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