#38C696

Color #38C696 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38C696

Tints of Shamrock #38C696

Color information

#38C696 (or 0x38C696) is unknown color: approx Shamrock. HEX triplet: 38, C6 and 96. RGB value is (56,198,150). Sum of RGB (Red+Green+Blue) = 56+198+150=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #38C696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C696 is #C73969. Grayscale: #969696. Windows color (decimal): -13056362 or 9881144. OLE color: 9881144.

HSL color Cylindrical-coordinate representation of color #38C696: hue angle of 159.72º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C696 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB56198150-
CMYK0.7200.240.22
HSL159.72º55.91%49.8%-
HSV(B)159.72º71.72%77.65%-
XYZ27.3343.4335.8-
YUV150.07127.9660.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 198 (77.73% from 255) = 49.01%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=13.86%
G=49.01%
B=37.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981500.7200.240.22159.7255.9149.8
Hex38C6964801816a03832
Octal70306226110030262407062
Binary111000110001101001011010010000110001011010100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C696; }

 p { color: rgb(56,198,150); }

 H1.HeaderClassName
 {
   color: #38C696;
 }
 .AnyTagClassName
 {
   color: #38C696;
 }
</style>
background-color css

<style>
 a { background-color: #38C696; }

 a { background-color: rgb(56,198,150); }

 div.DivClassName
 {
   background-color: #38C696;
 }
 .BgClassName
 {
   background-color: #38C696;
 }
</style>
border-color css

<style>
 span { border-color: #38C696; }

 span { border-color: rgb(56,198,150); }

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