#38C09F

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

Shades of Shamrock #38C09F

Tints of Shamrock #38C09F

Color information

#38C09F (or 0x38C09F) is unknown color: approx Shamrock. HEX triplet: 38, C0 and 9F. RGB value is (56,192,159). Sum of RGB (Red+Green+Blue) = 56+192+159=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #38C09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C09F is #C73F60. Grayscale: #939393. Windows color (decimal): -13057889 or 10469432. OLE color: 10469432.

HSL color Cylindrical-coordinate representation of color #38C09F: hue angle of 165.44º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C09F is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB56192159-
CMYK0.7100.170.25
HSL165.44º54.84%48.63%-
HSV(B)165.44º70.83%75.29%-
XYZ26.7441.0439.31-
YUV147.57134.4462.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.76%
GREEN value IS 192 (75.39% from 255) = 47.17%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=13.76%
G=47.17%
B=39.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561921590.7100.170.25165.4454.8448.63
Hex38C09F4701119a53731
Octal70300237107021312456761
Binary111000110000001001111110001110100011100110100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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