Html Css Color HEX #40C0A0 Shamrock

📋 copy color: '#40C0A0'

red 64 ◦ green 192 ◦ blue 160

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

Shades of Shamrock #40C0A0

Tints of Shamrock #40C0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 15.38%
G = 46.15%
B = 38.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#40C0A0 (or 0x40C0A0) is known color: Shamrock. HEX triplet: 40, C0 and A0. RGB value is (64,192,160). Sum of RGB (Red+Green+Blue) = 64+192+160=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C0A0 is #BF3F5F. Grayscale: #969696. Windows color (decimal): -12533600 or 10534976. OLE color: 10534976.

HSL color Cylindrical-coordinate representation of color #40C0A0: hue angle of 165º 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 #40C0A0 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 160 -
CMYK 0.67 0 0.17 0.25
HSL 165º 0.5% 0.5% -
HSV(B) 165º 0.67% 0.75% -
XYZ 27.31 41.33 39.8 -
YUV 150.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 64 192 160 0.67 0 0.17 0.25 165 0.5 0.5
Hex 40 C0 A0 43 0 11 19 A5 32 32
Octal 100 300 240 103 0 21 31 245 62 62
Binary 1000000 11000000 10100000 1000011 0 10001 11001 10100101 110010 110010

Color Harmonies of #40C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0A0

Black with #40C0A0

Text Example


Text Example

White with #40C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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