#38C5A7

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

Shades of Shamrock #38C5A7

Tints of Shamrock #38C5A7

Color information

#38C5A7 (or 0x38C5A7) is unknown color: approx Shamrock. HEX triplet: 38, C5 and A7. RGB value is (56,197,167). Sum of RGB (Red+Green+Blue) = 56+197+167=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #38C5A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C5A7 is #C73A58. Grayscale: #979797. Windows color (decimal): -13056601 or 10995000. OLE color: 10995000.

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

Color convert

RGB56197167-
CMYK0.7200.150.23
HSL167.23º55.73%49.61%-
HSV(B)167.23º71.57%77.25%-
XYZ28.5743.5643.46-
YUV151.42136.7959.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.33%
GREEN value IS 197 (77.34% from 255) = 46.90%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=13.33%
G=46.90%
B=39.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971670.7200.150.23167.2355.7349.61
Hex38C5A7480F17a73832
Octal70305247110017272477062
Binary11100011000101101001111001000011111011110100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,167); }

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

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

 a { background-color: rgb(56,197,167); }

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

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

 span { border-color: rgb(56,197,167); }

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