Html Css Color HEX #40C088 Shamrock

📋 copy color: '#40C088'

red 64 ◦ green 192 ◦ blue 136

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

Shades of Shamrock #40C088

Tints of Shamrock #40C088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 16.33%
G = 48.98%
B = 34.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#40C088 (or 0x40C088) is known color: Shamrock. HEX triplet: 40, C0 and 88. RGB value is (64,192,136). Sum of RGB (Red+Green+Blue) = 64+192+136=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #40C088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C088 is #BF3F77. Grayscale: #939393. Windows color (decimal): -12533624 or 8962112. OLE color: 8962112.

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

Color convert

RGB 64 192 136 -
CMYK 0.67 0 0.29 0.25
HSL 153.75º 0.5% 0.5% -
HSV(B) 153.75º 0.67% 0.75% -
XYZ 25.41 40.57 29.78 -
YUV 147.34 121.59 68.55 -
System Red Green Blue C M Y K H S L
Decimal 64 192 136 0.67 0 0.29 0.25 153.75 0.5 0.5
Hex 40 C0 88 43 0 1D 19 9A 32 32
Octal 100 300 210 103 0 35 31 232 62 62
Binary 1000000 11000000 10001000 1000011 0 11101 11001 10011010 110010 110010

Color Harmonies of #40C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C088

Black with #40C088

Text Example


Text Example

White with #40C088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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