#38B79E

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

Shades of Shamrock #38B79E

Tints of Shamrock #38B79E

Color information

#38B79E (or 0x38B79E) is unknown color: approx Shamrock. HEX triplet: 38, B7 and 9E. RGB value is (56,183,158). Sum of RGB (Red+Green+Blue) = 56+183+158=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #38B79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B79E is #C74861. Grayscale: #8E8E8E. Windows color (decimal): -13060194 or 10401592. OLE color: 10401592.

HSL color Cylindrical-coordinate representation of color #38B79E: hue angle of 168.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B79E is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB56183158-
CMYK0.6900.140.28
HSL168.19º53.14%46.86%-
HSV(B)168.19º69.4%71.76%-
XYZ24.7437.1838.22-
YUV142.18136.9266.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 183 (71.88% from 255) = 46.10%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=14.11%
G=46.10%
B=39.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561831580.6900.140.28168.1953.1446.86
Hex38B79E450E1Ca8352f
Octal70267236105016342506557
Binary11100010110111100111101000101011101110010101000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,183,158); }

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

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

 a { background-color: rgb(56,183,158); }

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

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

 span { border-color: rgb(56,183,158); }

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