#38B79F

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

Shades of Shamrock #38B79F

Tints of Shamrock #38B79F

Color information

#38B79F (or 0x38B79F) is unknown color: approx Shamrock. HEX triplet: 38, B7 and 9F. RGB value is (56,183,159). Sum of RGB (Red+Green+Blue) = 56+183+159=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #38B79F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B79F is #C74860. Grayscale: #8E8E8E. Windows color (decimal): -13060193 or 10467128. OLE color: 10467128.

HSL color Cylindrical-coordinate representation of color #38B79F: hue angle of 168.66º 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 #38B79F is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB56183159-
CMYK0.6900.130.28
HSL168.66º53.14%46.86%-
HSV(B)168.66º69.4%71.76%-
XYZ24.8237.2138.68-
YUV142.29137.4266.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.07%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=14.07%
G=45.98%
B=39.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561831590.6900.130.28168.6653.1446.86
Hex38B79F450D1Ca9352f
Octal70267237105015342516557
Binary11100010110111100111111000101011011110010101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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