#38B69F

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

Shades of Shamrock #38B69F

Tints of Shamrock #38B69F

Color information

#38B69F (or 0x38B69F) is unknown color: approx Shamrock. HEX triplet: 38, B6 and 9F. RGB value is (56,182,159). Sum of RGB (Red+Green+Blue) = 56+182+159=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #38B69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B69F is #C74960. Grayscale: #8D8D8D. Windows color (decimal): -13060449 or 10466872. OLE color: 10466872.

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

Color convert

RGB56182159-
CMYK0.6900.130.29
HSL169.05º52.94%46.67%-
HSV(B)169.05º69.23%71.37%-
XYZ24.6236.838.61-
YUV141.7137.7666.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=14.11%
G=45.84%
B=40.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561821590.6900.130.29169.0552.9446.67
Hex38B69F450D1Da9352f
Octal70266237105015352516557
Binary11100010110110100111111000101011011110110101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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